.testimonial-cards .row{z-index:2}.testimonial-cards__grid{display:grid;gap:28px;justify-items:center}.testimonial-cards__item{border-radius:8px;box-shadow:0 2px 30px 0 rgb(0 0 0/8%)}.testimonial-cards__image{border-radius:8px 8px 0 0;height:70px;margin-bottom:50px}.testimonial-cards__image img{max-width:110px;top:17px}.testimonial-cards__title{font-weight:500}.testimonial-cards__desc{font-size:16px;letter-spacing:-.2px;line-height:26px}.testimonial-cards__company,.testimonial-cards__customer,.testimonial-cards__job-title{font-size:14px;letter-spacing:-.3px;line-height:26px}.testimonial-cards__customer{color:var(--mid-blue)}@media only screen and (min-width:992px){.testimonial-cards__grid[data-no-of-cards="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-cards__grid[data-no-of-cards="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:991px){.testimonial-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:767px){.testimonial-cards__grid{grid-template-columns:repeat(1,minmax(0,1fr))}.testimonial-cards__item{max-width:330px}}