.cta-band {
  margin: 56px 0;
  border-radius: 24px;
  background: rgba(11, 101, 250, 0.08);
  border: 1px solid rgba(11, 101, 250, 0.15);
  padding: 64px 40px;
  text-align: center;
  color: #00204E;
  position: relative;
  overflow: hidden;
}


/* Button */

.cta-band .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.cta-band .btn-primary span {
  display: inline-block;
  line-height: 1;
}

.cta-band .btn-arrow {
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;

  transform: translateY(1px);
}


/* Mobile */

@media (max-width: 680px) {

  .cta-band {
    margin: 56px 0;
    padding: 52px 24px;
  }

}