.testimonial-container{align-content:center;align-items:center;display:grid;grid-template-areas:". profile-image . ." "back-arrow profile-image content forward-arrow" ". profile-image . .";grid-template-columns:[col-1] 8.5% [image-start] 28% 55% [col-4] 8.5%;grid-template-rows:[first-row] 80px [mid-row]350px [last-row] 80px;justify-items:center}.background-banner{background-color:#00b073;grid-column-end:span 4;grid-column-start:col-1;grid-row-end:span 1;grid-row-start:mid-row;height:100%;width:100%}.image-under{background:#f2af1c;margin-left:9%;margin-top:8%}.image-under,.testimonial-image{border-radius:10px;grid-area:profile-image;height:90%;max-width:450px;width:100%}.testimonial-image{object-fit:cover}.testimonial-content{grid-area:content;margin-left:15%;margin-right:10%}@media only screen and (max-width:770px){.testimonial-container{grid-template-columns:[col-1] 5.5% [image-start] 37% 53% [col-4] 9.5%}.testimonial-content{margin-left:23%}}@media only screen and (max-width:480px){.testimonial-container{grid-template-areas:"profile-image" "content";grid-template-columns:98%;grid-template-rows:263px 407px}.background-banner{grid-area:content;height:135%;width:120%}.image-under{margin-left:7%;margin-top:7%}.image-under,.testimonial-image{height:263px;width:262px}.testimonial-content{align-self:flex-start;color:#fff;font-size:20px;margin:10% 8% 0;text-align:center}.swiper-button-next,.swiper-button-prev{grid-area:content;top:80%!important}}