section.about-testimonial {
  padding-bottom: 128px;
}
.testimonial-wrap {
  display: grid;
  grid-template-columns: 315px 1fr;
  align-items: flex-start;
  gap: 118px;
  margin: 0 auto;
}
.testimonial-cnt {
  margin: 76px 0px 44px 0px;
  position: relative;
}
.testimonial-cnt::before {
  content: "";
  position: absolute;
  background-image: url("../../images/quote.png");
  width: 62px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  left: -47px;
  top: -15px;
}
.testimonial-cnt h3 {
  line-height: 46px;
  font-weight: normal;
  font-size: 2.25rem;
  margin-bottom: 40px;
}
.name-wrap p,
.name-wrap span {
  font-size: 1.5rem;
  line-height: 38px;
}
.name-wrap p {
  font-weight: bold;
  margin-bottom: 0px;
}
.name-wrap span {
  font-weight: normal;
}

@media only screen and (max-width: 1024px) {
  .testimonial-wrap {
    grid-template-columns: 245px 1fr;
    gap: 80px;
  }
  .testimonial-cnt {
    margin: 40px 0px 0px;
  }
  .testimonial-cnt h3 {
    line-height: 40px !important;
    font-size: 1.75rem !important;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-wrap {
    grid-template-columns: 175px 1fr;
    gap: 50px;
  }
  .testimonial-cnt::before {
    left: -27px;
    width: 52px;
    height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .testimonial-wrap .img {
    max-width: 134px;
    margin: 0 auto;
  }
  .testimonial-cnt {
    max-width: 342px;
    margin: 0 auto;
  }
  .testimonial-cnt h3 {
    text-align: center;
    font-size: 1.125rem !important;
    line-height: normal !important;
  }
  .testimonial-cnt::before {
    width: 37px;
    height: 25px;
    left: 0;
  }
  .name-wrap {
    text-align: center;
    margin-top: 23px;
  }
  .name-wrap p,
  .name-wrap span {
    font-size: 1rem;
    line-height: normal;
  }
}
