.customer-feedback__container{width:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;background-color:#fff;padding:105px 0}.customer-feedback__content-container{display:flex;flex-direction:column;max-width:1200px;width:calc(100% - 48px);gap:48px}.customer-feedback__content_title p{color:#6d919e;font-weight:500;font-size:16px;line-height:24px}.customer-feedback__card--author__name{color:var(--color-primary)}.customer-feedback__card--author__position{color:var(--color-primary)}.customer-feedback__content_title h2{color:var(--color-primary);font-weight:500;font-size:40px;line-height:60px}.customer-feedback__content{max-width:1200px;display:flex;flex-wrap:wrap;gap:24px}.customer-feedback__card{max-width:588px;width:100%;display:flex;flex-direction:column;background-color:#f5f5f5;border-radius:24px;align-items:center;justify-content:center;gap:24px;padding:40px}.customer-feedback__card:nth-child(1),.customer-feedback__card:nth-child(2){height:314px}.customer-feedback__card:nth-child(3),.customer-feedback__card:nth-child(4){height:386px}.customer-feedback__card:nth-child(5),.customer-feedback__card:nth-child(6){height:494px}.customer-feedback_quote{font-size:24px;line-height:36px;font-weight:400;color:var(--color-primary)}@media (max-width:1100px){.customer-feedback__content{align-items:center;justify-content:center}}@media (max-width:700px){.customer-feedback__content{align-items:center;justify-content:center}.customer-feedback__card{height:100% !important}}