.home-page-cstm-review-section {
  min-height: 202px;
}
.home-page-cstm-review-section {
  display: flex;
  align-items: center;
  background: #daf1f7;
  border-radius: 20px;
  margin-top: 40px;
}
.home-page-cstm-review-section {
  position: relative;
}
.about-page-review-section .home-page-cstm-review-section {
  background: transparent;
  margin: 0;
}
.home-page-cstm-review-section .left-content-section {
  max-width: 50%;
  flex: 50%;
  padding: 0;
  padding-right: 25px;
}
.home-page-cstm-review-section .right-content-section {
  max-width: 50%;
  flex: 50%;
  padding-left: 25px;
}
.home-page-cstm-review-section .right-content-section p {
  line-height: 23px !important;
  font-size: 17px !important;
  color: #000;
  font-weight: 400;
}
.home-page-cstm-review-section .right-content-section p {
  margin: 0;
  max-width: 475px;
}
.home-page-cstm-review-section .right-content-section p {
  margin-top: 10px;
}
.home-page-cstm-review-section h2 {
  font-size: 32px;
  color: #000;
  line-height: 38px;
  margin: 0;
}
.home-page-cstm-review-section .left-content-section h2 {
  text-align: right;
  font-weight: 400;
  font-family: "Poppins";
  color: #000;
}
.home-page-cstm-review-section .left-content-section h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: right;
  margin: 0;
  color: #000;
}
.home-page-cstm-review-section .left-content-section h3 {
    font-weight: 700;
    font-family: "Poppins";
}
@media only screen and (max-width: 991px) {
  .home-page-cstm-review-section h2 {
    font-size: 23px;
  }
  .home-page-cstm-review-section .left-content-section h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .home-page-cstm-review-section {
    flex-flow: column-reverse;
    padding: 20px 0;
  }
  .about-page-review-section .container .home-page-cstm-review-section {
    flex-flow: column;
  }
  .home-page-cstm-review-section .left-content-section {
    max-width: 100%;
    flex: 100%;
    padding-right: 0;
    text-align: center;
  }
  .home-page-cstm-review-section .left-content-section {
    width: 100%;
  }
  .home-page-cstm-review-section .left-content-section {
    padding-bottom: 25px;
  }
  .about-page-review-section .container .home-page-cstm-review-section .left-content-section {
    padding-bottom: 35px;
  }
  .home-page-cstm-review-section .right-content-section {
    max-width: 100%;
    flex: 100%;
    padding-left: 0;
    margin: 0 0 15px;
  }
  .home-page-cstm-review-section .right-content-section {
    text-align: center;
  }
  .home-page-cstm-review-section .right-content-section {
    padding-top: 25px;
  }
  .right-content-section.fixed_section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .right-content-section.fixed_section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .about-page-review-section .container .home-page-cstm-review-section .right-content-section {
    padding-top: 45px;
  }
  .about-page-review-section .home-page-cstm-review-section .right-content-section .cstm-star-icons {
    display: flex;
    flex-wrap: unset;
    justify-content: left !important;
  }
  .home-page-cstm-review-section:before {
    top: 105px;
    width: 100%;
    max-width: 80px;
    background-color: #daf1f7;
    z-index: 10;
  }
  .about-page-review-section .container .home-page-cstm-review-section::before {
    background-color: #f5f5f5;
  }
  .about-page-review-section .container .home-page-cstm-review-section::before {
    top: 100px;
  }
  .about-page-review-section .container .home-page-cstm-review-section::before {
    top: 95px;
  }
  .home-page-cstm-review-section:after {
    width: 85%;
    height: 1px;
    background: #51b94a;
    display: block;
    position: absolute;
    left: 50%;
    content: "";
    top: 118px !important;
    transform: translateX(-50%);
    z-index: 0;
  }
  .about-page-review-section .container .home-page-cstm-review-section::after {
    top: 115px !important;
  }
  .about-page-review-section .container .home-page-cstm-review-section::after {
    top: 110px !important;
  }
  .home-page-cstm-review-section .left-content-section h2 {
    text-align: center;
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .home-page-cstm-review-section .left-content-section h3 {
    text-align: center;
    line-height: 20px !important;
    margin-top: 5px;
    font-size: 18px !important;
  }
}