.home_statistics,.home_testimonials{width:100%;max-width:1280px;margin-top:48px}.home_statistic,.home_testimonial,.home_testimonial_author_details_container{flex-direction:column;display:flex}.home_testimonials{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.home_testimonial{background:var(--midnight);border:solid 1px var(--slate);border-radius:16px;gap:24px;padding:32px;transition:border .3s}.home_testimonial:hover{border-color:var(--medium-bright-cyan)}.home_testimonial:hover .home_testimonial_author_fullname{color:var(--turquoise)}.home_testimonial_icon{color:var(--turquoise);font-size:40px}.home_testimonial_text{color:var(--periwinkle-gray);margin-bottom:8px;font-size:18px;font-style:italic;font-weight:400;line-height:1.6}.home_testimonial_author_details{align-items:center;gap:16px;margin-top:auto;display:flex}.home_testimonial_author_fullname_frame{background:var(--gunmetal);border-radius:50%;flex-shrink:0;place-items:center;width:56px;height:56px;display:grid}.home_testimonial_author_fullname_first_letters{color:var(--white);font-size:20px;font-weight:400;line-height:1}.home_testimonial_author_details_container{gap:8px}.home_testimonial_author_fullname{color:var(--white);font-size:16px;font-weight:700;line-height:1;transition:color .3s}.home_testimonial_author_role{color:var(--blue-gray);font-size:14px;font-weight:400;line-height:1.2}.home_statistics{border:solid 1px var(--slate);background:var(--very-dark-navy);box-shadow:0 10px 25px var(--very-dark-navy);border-radius:12px;grid-template-columns:repeat(4,1fr);gap:32px;padding:48px 32px;display:grid}.home_statistic{align-items:center;gap:8px}.home_statistic_number{color:var(--turquoise);will-change:transform;font-size:36px;font-weight:900;transition:transform .3s}.home_statistic_number:hover{transform:scale(1.1)}.home_statistic_text{color:var(--blue-gray);text-transform:uppercase;letter-spacing:.15em;text-align:center;font-size:12px;font-weight:700}@media (320px<=width<=768px){.home_testimonials{grid-template-columns:100%}.home_statistics{grid-template-columns:repeat(2,1fr);padding:24px 16px}}@media (769px<=width<=1024px){.home_testimonials{grid-template-columns:repeat(2,1fr)}}
