.guides-testimonials{position:relative}.guides-testimonials__background{inset:0;margin-left:calc(50% - 50vw);position:absolute;width:100vw;z-index:-1}.guides-testimonials__container{margin:0 auto;max-width:var(--body-max-width);padding:0 var(--layout-padding)}.guides-testimonials__title{letter-spacing:-.06em!important;margin:0 0 100px;text-align:center}.guides-testimonials__list{display:grid;gap:24px;grid-template-columns:repeat(4,minmax(0,1fr))}.guides-testimonials__card{background-color:var(--guides-testimonials-card-bg);border-radius:16px;display:flex;flex-direction:column;min-height:156px;padding:24px}.guides-testimonials__card-head{align-items:center;display:flex;gap:12px;margin-bottom:12px}.guides-testimonials__avatar{border-radius:999px;flex:0 0 auto;height:48px;overflow:hidden;width:48px}.guides-testimonials__avatar img{display:block;height:100%;object-fit:cover;width:100%}.guides-testimonials__name{color:var(--color-gray-true-900);line-height:1.2;margin-bottom:2px}.guides-testimonials__date{color:var(--color-gray-true-400);line-height:1.2}.guides-testimonials__quote{color:var(--color-gray-true-400);line-height:1.6}@media(max-width:991.98px){.guides-testimonials__container{padding:0}.guides-testimonials__title{margin-bottom:36px}.guides-testimonials__list{gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767.98px){.guides-testimonials__list{grid-template-columns:1fr}}