.service-cta-7__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 92px 32px 80px;
  border: 8px solid #afd9f4;
  border-bottom: 0;
  border-top-left-radius: 220px;
  border-top-right-radius: 220px;
  background: #dff2fb;
  box-shadow: 0 -10px 30px rgba(52, 77, 98, 0.08);
}

.service-cta-7__icon {
  color: #afd9f4;
  font-size: 58px;
  line-height: 1;
}

.service-cta-7__pill {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 34px;
  padding-right: 34px;
  background: #ffffff;
  color: #b3daf4;
}

.service-cta-7__call {
  margin-top: 28px;
}

.service-cta-7 .home-7-copy {
  max-width: 920px;
}

@media (max-width: 767px) {
  .service-cta-7__card {
    padding: 54px 18px 42px;
    border-width: 5px;
    border-top-left-radius: 52px;
    border-top-right-radius: 52px;
  }

  .service-cta-7__icon {
    font-size: 42px;
  }

  .service-cta-7__pill {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
