.whats-app-btn,
.whatsapp-now-btn {
  border-radius: 40px;
  margin-left: 20px
}

.top-banner {
  width: 100%;
  height: 70px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #33a0d9 0, #1b234f 100%)
}

.banner-text,
.trusted-div {
  flex-direction: column;
  font-family: "Segoe UI";
  font-style: normal;
  line-height: 36px;
  display: flex;
  text-align: center
}

.banner-text {
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700
}

.banner-div {
  display: flex;
  justify-content: center;
  padding-top: 15px
}

.whats-app-btn {
  display: flex;
  width: 206px;
  height: 34.827px;
  flex-shrink: 0;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  background: #17c328
}

.whats-app-btn img {
  padding-left: 10px
}

.trusted-div {
  justify-content: center;
  flex-shrink: 0;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 4rem
}

.price-div,
.price-highlight {
  font-family: "Segoe UI";
  font-size: 56px;
  font-style: normal;
  font-weight: 700
}

.price-div {
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2rem !important;
  color: #000;
  line-height: 60px
}

.price-highlight {
  color: #d82424;
  line-height: 60px
}

.growth-div,
.month-typo {
  color: #000;
  font-weight: 400;
  font-family: "Segoe UI";
  font-size: 24px;
  font-style: normal;
  line-height: 60px
}

.month-typo {
  width: 88px;
  height: 21px;
  flex-shrink: 0
}

.growth-div {
  display: flex;
  width: 531px;
  height: 63px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0
}

.cta-btn {
  display: flex
}

.book-consult-btn {
  width: 368.345px;
  flex-shrink: 0;
  border-radius: 40px;
  background: #32a1db;
  text-align: center
}

.book-consult-typo,
.whatsapp-now-typo {
  color: #fff;
  font-family: "Segoe UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px
}

.whatsapp-now-btn {
  width: 300.603px;
  flex-shrink: 0;
  background: #17c328;
  text-align: center
}

.reviews-img {
  width: 340px
}

.hidden {
  display: none
}

.card-bg {
  background: linear-gradient(90deg, #33a0d9 0, #1b234f 100%);
  border: none
}

.free-txt {
  color: #fff600
}

@media (min-width:480px) {
  .trusted-div {
    border: 1px solid #000;
    border-radius: 50px
  }
}

@media (min-width:768px) {
  .trusted-div {
    width: 429px;
    height: 54px
  }
}

@media (max-width:480px) {
  .banner-div {
    padding-top: 0;
    display: block
  }

  .whats-app-btn {
    display: none !important
  }

  .trusted-div {
    padding: 10px
  }
}

.cta-section {
  background: linear-gradient(90deg, #33a0d9 0, #1b234f 100%) !important
}

.cta-btn {
  color: #111827
}