.review-sec {
  --review-primary: #2cc1d6;
  --review-secondary: #203b52;
  --review-third: #5B6770;
  --review-fourth: #ffffff;
  --font-cirbook-family: "Circular Std", sans-serif;
  --font-cirbold-family: "Circular Std", sans-serif;
  --font-medium-family: "Neutrif Pro", sans-serif;
  --font-semibold-family: "Neutrif Pro", sans-serif;

  background: linear-gradient(0deg, #acd4df -35.77%, #f2f9fa 59.64%, #f2f9fa 100%);
  background-blend-mode: multiply;
  padding: 150px 0;
}

.review--wrapper {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}

.review-left {
  width: calc(32.816% - 30px);
  position: sticky;
  top: 50px;
  padding-top: 60px;
}

.review-right {
  width: calc(67.184% - 30px);
  display: flex;
  gap: 30px;
}

.review-right > div {
  width: calc(50% - 15px);
}

.review-box-left-wrapper {
  padding-top: 60px;
}

.review-left p {
  font-family: var(--font-cirbook-family);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.265;
  color: var(--review-third);
  margin: 0 0 20px;
}

.review-left h2 {
  font-family: var(--font-cirbold-family);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.265;
  color: var(--review-secondary);
  margin: 0;
}

.review-left a {
  text-decoration: none;
  text-transform: capitalize;
  background: var(--review-primary);
  color: var(--review-fourth);
  font-family: var(--font-semibold-family);
  font-size: 18px;
  font-weight: 600;
  line-height: 23.08px;
  text-align: center;
  border-radius: 60px;
  padding: 20px 40px;
  display: inline-block;
  margin-top: 60px;
  transition: all 0.4s;
  line-height: 1;
}

.review-left a:hover {
  background: #2cc1d6bf;
}

.review-box {
  background: var(--review-fourth);
  padding: 30px 30px 30px 20px;
  margin-bottom: 30px;
  border-radius: 20px;
}

.review-star svg {
  display: block;
}

.review-box h6 {
  font-family: var(--font-medium-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.27;
  color: var(--review-secondary);
  margin: 20px 0;
}

.review-box p {
  margin: 0;
  font-family: var(--font-medium-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: var(--review-third);
}

.review-box__body {
  font-family: var(--font-medium-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: var(--review-third);
}

.review-box__body p {
  margin: 0 0 0.75em;
}

.review-box__body p:last-child {
  margin-bottom: 0;
}

.review-content {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 20px 0;
}

.review-info h5 {
  font-family: "Neutrif Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.29;
  color: var(--review-primary);
  margin: 0 0 4px;
}

.review-info span {
  display: block;
  font-family: var(--font-medium-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 17.77px;
  color: var(--review-third);
}

.review-date span {
  display: block;
  font-family: var(--font-medium-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.27;
  text-align: right;
  color: #93939380;
}

.review-top-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-top-heading span {
  display: block;
  font-family: var(--font-medium-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.27;
  text-align: right;
  color: #93939380;
}

.review-box-left-wrapper,
.review-box-right-wrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .review-top-heading span.reviews__mobile-show {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .review-sec {
    padding: 60px 0 40px;
    background: linear-gradient(0deg, #f9f9f9, #f9f9f9), linear-gradient(0deg, #e7f4f6, #e7f4f6);
  }

  .review--wrapper {
    gap: 40px;
  }

  .review-left {
    width: 100%;
    top: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
  }

  .review-right {
    width: 100%;
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .review-box-left-wrapper {
    padding-top: 0;
  }

  .review-right > div {
    width: 100%;
  }

  .review-left p {
    font-size: 18px;
    line-height: 1.25;
  }

  .review-left h2 {
    font-size: 28px;
    line-height: 1.29;
  }

  .review-left a {
    padding: 15px 40px;
    font-size: 16px;
    line-height: 1.28;
    margin-top: 30px;
  }

  .review-box h6 {
    font-size: 16px;
  }

  .review-content {
    margin-bottom: 0;
  }

  .review-box {
    margin-bottom: 20px;
  }

  .reviews__desktop-show {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 768px) {
  .review--wrapper {
    gap: 50px;
    flex-direction: column;
  }

  .review-left {
    width: 100%;
    position: relative;
    top: 0;
    padding-top: 0;
    text-align: center;
  }

  .review-right {
    width: 100%;
  }

  .review-left p {
    font-size: 20px;
    margin: 0 0 15px;
  }

  .review-left h2 {
    font-size: 40px;
  }

  .review-left a {
    padding: 16px 40px;
    margin-top: 20px;
  }

  .review-sec {
    padding: 90px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .review-sec {
    padding: 110px 0 90px;
  }

  .review-left p {
    font-size: 19px;
  }

  .review-left h2 {
    font-size: 36px;
  }

  .review-left a {
    margin-top: 30px;
  }

  .review-box h6 {
    font-size: 16px;
  }

  .review-box p {
    font-size: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1359px) {
  .review-left p {
    font-size: 22px;
  }
}

.review-img {
  display: none !important;
}
