.feature-cards{padding-block:90px;background:var(--secondary-light)}@media screen and (max-width:768px){.feature-cards{padding-block:56px}}.feature-cards__inner{max-width:1328px;margin-inline:auto;padding-inline:56px}@media screen and (max-width:768px){.feature-cards__inner{padding-inline:20px}}.feature-cards__head{text-align:center;margin-bottom:48px}.feature-cards__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media screen and (max-width:992px){.feature-cards__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.feature-cards__grid{grid-template-columns:1fr}}.feature-cards__card{padding:26px;background:var(--white);border:1px solid var(--border);border-radius:16px;box-shadow:0 2px 10px #14283c0d}.feature-cards__card--dark{background:var(--base);border-color:var(--base)}.feature-cards__card--dark .feature-cards__card-title{color:var(--white)}.feature-cards__card--dark .feature-cards__text{color:#fffc}.feature-cards__stars{display:flex;gap:2px;margin-bottom:14px;color:var(--primary)}.feature-cards__stars svg{width:15px;height:15px}.feature-cards__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:16px;border-radius:50%;background:var(--primary);color:var(--white)}.feature-cards__icon svg{width:19px;height:19px}.feature-cards__card-title{margin-bottom:10px;font-size:16px}.feature-cards__text{margin:0;font-size:14px;line-height:1.6;color:var(--muted)}
