@media screen{section.advantages{background:var(--advantages-background, transparent);text-align:var(--advantages-text-align, left);color:var(--advantages-color, var(--primary-text-color));overflow:hidden;padding:var(--advantages-padding, 0)}section.advantages .advantages-items{display:flex;gap:2em}section.advantages .advantages-items .advantages-item{flex:1 1 0px;padding:var(--advantages-item-padding, 0);background:var(--advantages-item-background, transparent);border-style:var(--advantages-item-border-style, none);border-color:var(--advantages-item-border-color, transparent);border-width:var(--advantages-item-border-width, 0);border-radius:var(--advantages-item-border-radius, 0);font-size:var(--advantages-font-size, inherit)}section.advantages .advantages-items .advantages-item p{margin:var(--advantages-p-margin, 1em 0)}}@media screen and (max-width:1024px){section.advantages .advantages-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1.5rem}}@media screen and (max-width:480px){section.advantages .advantages-items{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.75rem}}