section.pricingPage {
  padding: 60px 0 115px 0;
}

.pricingContent h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  padding-bottom: 16px;
  color: #004B3D;
  font-family: Inter;
  text-align: center;
}

.page__desc {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #3F3F3F;
}

.reviewWraper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 18px;
  padding-top: 62px;
  justify-content: flex-start;
}

.reviewBox {
  max-width: 377px;
  width: 100%;
  box-sizing: border-box;
  padding: 22px 15px;
  background: #FFFFFF;
  border: 1px solid #D9E4E1;
  box-shadow: 1px 1px 11px rgba(224, 224, 224, 0.25);
  border-radius: 12px;
  min-height: 286px;
}

.reviewBox img {
  display: block;
}

.user__info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #D9E4E1;
}


.user-desc .user-name {
  font-size: 18px;
  line-height: 26px;
  font-family: Inter;
  padding-bottom: 0;
  font-weight: 600;
  color: #004B3D;
}

img.columbia {
  width: 44%;
}

.user-desc .user-city {
  padding-bottom: 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3F3F3F;
}

.reviewBox .rev-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  padding-bottom: 8px;
  font-family: Inter;
}

.reviewBox .rev-desc {
  font-family: Inter;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #3F3F3F;
}

.rating-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #c4c4c4
}

.rating-box .rating {
  font-size: 14px;
  line-height: 26px;
  font-family: Inter;
}




.newCtas {
  background-color: #FFFFFF;
  border-radius: 100px;
  padding: 19px 0;
  max-width: 190px;
  width: 100%;
  text-align: center;
  position: relative;
  color: #117BD4;
  font-weight: 500;
  font-size: 21px;
  display: block;
  line-height: 20px;
}

.newCtas .pulseanim {
  animation-name: cta-animation;
  border-radius: 100px;
  padding: 0;
}


.sideBar {
  padding-top: 68px;
}

.ctaSection {
  padding: 70px 0;
  background-color: #F8FBFA;
}


.ctaWrapper {
  position: relative;
  background: radial-gradient(100% 100% at 50% 0%, #02C585 0%, #02AB81 60.8%, #02837A 100%), linear-gradient(0deg, #D4DDE5, #D4DDE5);
  border-radius: 15px;
  display: flex;
  align-items: center;
  column-gap: 42px;
  padding: 39px 85px;
}


.ctaIcon img {
  display: block;
}

.ctaContent {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  padding: 9px 42px 9px 42px;
}

.ctaContent.withhead {
  padding: 9px 0px 9px 42px;
  position: relative;
  z-index: 2;
}

.ctaWrapper::after {
  content: '';
  background-image: url(../images/educ.svg);
  position: absolute;
  z-index: 0;
  max-width: 233px;
  width: 100%;
  max-height: 171px;
  background-size: cover;
  right: 0;
  bottom: 0;
  height: 100%;
}

.ctaButton {
  display: block;
  background-color: #fff;
  border-radius: 3px;
  max-width: 125px;
  width: 100%;
  text-align: center;
  padding: 7px 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 164.5%;
  color: #02837A;
}

.ctaContent p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 142.5%;
  color: #fff;
  padding-bottom: 28px;
}


@media (max-width:1199px) {
  .reviewWraper {
    justify-content: center;
    padding-top: 40px;
  }
}

@media (max-width:991px) {
  .reviewBox .rev-desc {
    min-height: auto
  }

}

@media (max-width:767px) {
  .reviewsWraper {
    justify-content: space-between
  }

  .sideBar {
    padding-top: 0px;
  }

  .pricingContent {
    max-width: 100%;
  }



  .newCtas {
    max-width: 170px;
  }
}

@media (max-width:575px) {
  .pricingContent {
    padding-right: 0px;
  }

  .pricingContent h1 {
    padding-bottom: 14px;
  }

  .page__desc {
    font-size: 14px;
  }

  .reviewBox .rev-desc {
    min-height: auto
  }


  .ctaSection {
    padding: 50px 0;
  }

  .pricingWraper {
    padding-bottom: 0px;
  }

  .ctaWrapper {
    flex-direction: column;
    padding: 36px 28px;
    background: linear-gradient(180deg, #2FF8B6 -5.79%, #1BCB91 73.9%);
  }

  .ctaIcon {
    padding-right: 0px;
    padding-bottom: 18px;
  }

  .ctaIcon img {
    display: block;
    width: 94px;
    height: 94px;
  }

  .ctaIcon {
    justify-content: center;
  }

  .ctaContent {
    border: none;
    padding: 0;
    position: relative;
    padding-top: 34px;
  }

  .ctaContent.withhead {
    padding: 0px;
    height: 100%;
  }

  .ctaContent:before {
    position: absolute;
    content: '';
    width: 246px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    height: 1px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
  }

  .ctaContent.withhead p {
    text-align: center;
    font-size: 20px;
    padding-top: 18px;
    padding-bottom: 22px;
  }

  .ctaButton {
    font-size: 14px;
    padding: 11px 0;
    margin: 0 auto;
    line-height: 18px;
    max-width: 142px;
  }

  section.pricingPage {
    padding: 60px 0;
  }

  .reviewBox img {

    width: 40%;
  }
}

@media (max-width: 430px) {
  .ctaWrapper::after {
    background-size: 132px 97px;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}