.testimonial-grid-section{
   padding:100px 0px;
   background-color: #fff;
}
.testimonial-grid-section .testimonial-des-content p{
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  
} 
.testimonial-grid-section .designation-content{
  font-family: PT Sans;
   font-weight: 700;
   font-size: 16px;
   line-height: 20px;
   letter-spacing: 0%;
   margin-top:25px;

}
.testimonial-grid-section .testimonial-single-item{
    border-radius:12px;
    background: #FFFAEE;
    padding:65px;
  }
.testimonial-grid-section .testimonial-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 48px;
    margin:0 auto;
    max-width:1200px;
}

.testimonial-grid-section .client-logo {
    text-align: right;
    margin-top: -36px;
}