.testimonial-grid{display:grid;gap:0 24px;grid-template-columns:1fr}.testimonial{min-width:0;grid-template-rows:subgrid;border-bottom:1px solid #707070}.testimonial:nth-child(-n+1){border-top:1px solid #707070}.testimonial__logo{display:flex;align-items:center;min-height:177px}.testimonial__logo img{max-height:70px;width:auto}.testimonial__title{margin-top:49px}.testimonial__name{font-weight:700}.testimonial__intro{margin-top:23px;height:160px;overflow:hidden}.testimonial__intro:after{position:absolute;display:block;bottom:0;left:0;right:0;height:150px;background:linear-gradient(transparent,white);content:''}.testimonial__readmore{margin-top:32px;margin-bottom:60px;display:flex;width:fit-content;transition:color 0.15s ease-in-out}.testimonial__readmore svg path{transition:fill 0.15s ease-in-out;fill:#cfd85a}.testimonial__readmore:hover svg path{fill:#314746}.testimonial__readmore p{padding-left:16px}@media (min-width:576px){.testimonial-grid{grid-template-columns:1fr 1fr}.testimonial:nth-child(-n+2){border-top:1px solid #707070}}@media (min-width:992px){.testimonial-grid{grid-template-columns:1fr 1fr 1fr}.testimonial:nth-child(-n+3){border-top:1px solid #707070}}