.testimonial_section {
    padding-top: 129px;
    padding-bottom: 100px;
    text-align: center;
}
.testimonial_section .testimonial_content * {
    color: #131313;
}

.testimonial_section .title_section > * {
    font-family: 'OPTIEdgarBold-Extended';
    text-transform: uppercase;
    color: #262625;
    margin-bottom: 0px;
}
.testimonial_section .testimonial_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 60px;
}
.testimonial_section .testimonial_card {
    border-radius: 20px;
    background: #EDECE8;);
    padding: 37px 25px 42px;
}


@media only screen and (max-width:991px){
.testimonial_section .testimonial_wrap {
    grid-template-columns: 1fr 1fr;
      margin-top: 40px;
      gap: 23px;
}
  .testimonial_section {
    padding-top: 83px;
    padding-bottom: 57px;
}
  
  .testimonial_section .testimonial_content  > * {
    font-size: 17px;
}
}
@media only screen and (max-width:767px){
.testimonial_section .testimonial_wrap {
    grid-template-columns: 1fr;
}
  .testimonial_section .testimonial_card {
    padding: 32px 22px 36px;
}
}