.testimonials{background:var(--color-tan-lightest)}.testimonials__grid{display:grid;gap:60px;grid-template-columns:repeat(2, 1fr)}@media(max-width: 1599px){.testimonials__grid{gap:40px}}@media(max-width: 1024px){.testimonials__grid{grid-template-columns:repeat(1, 1fr);gap:30px}}.testimonials__image-gallery,.testimonials__text-gallery{overflow:hidden;position:relative}.testimonials__image-track,.testimonials__text-track{display:flex}.testimonials__text-track{height:100%}@media(max-width: 1024px){.testimonials__text-track{height:auto}}.testimonials__image,.testimonials__text-slide{display:block;flex-shrink:0;-o-object-fit:cover;object-fit:cover;width:100%;height:auto}.testimonials__text-slide{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}@media(max-width: 1024px){.testimonials__text-slide{justify-content:flex-start}}.testimonials__copy{font-weight:500;margin-bottom:40px}@media(max-width: 1599px){.testimonials__copy{margin-bottom:30px}}@media(max-width: 1024px){.testimonials__copy{margin-bottom:20px}}.testimonials__name{font-size:18px;font-weight:500;line-height:1.5;margin-bottom:2px}.testimonials__position{font-size:16px;font-weight:400;line-height:1.5;margin-bottom:40px}@media(max-width: 1599px){.testimonials__position{margin-bottom:30px}}@media(max-width: 1024px){.testimonials__position{margin-bottom:20px}}.testimonials__dots{display:flex;margin-top:40px;width:100%;text-align:center}@media(max-width: 1599px){.testimonials__dots{margin-top:30px}}@media(max-width: 1024px){.testimonials__dots{margin-top:20px}}.testimonials__dot{background:rgba(0,0,0,.3);display:block !important;margin-right:16px;transition:all .7s var(--cubic);width:30px;height:4px}.testimonials__dot--active{background:#000}