.advantages-block .advantages__wrap{gap:clamp(1.25rem,1.081rem + .85vw,1.875rem);display:flex}.advantages-block .advantages__holder{grid-template-columns:repeat(2,1fr);max-width:854px;gap:clamp(1.25rem,1.081rem + .85vw,1.875rem);width:100%;display:grid}.advantages-block .advant__item{padding:clamp(1.25rem,1.081rem + .85vw,1.875rem);justify-content:space-between;flex-direction:column;gap:20px;border-radius:10px;background:var(--bg-light);display:flex}.advantages-block .advant__heading{gap:clamp(.625rem,.456rem + .85vw,1.25rem);align-items:center;display:flex}.advantages-block .adv__icon{height:50px;flex-shrink:0;justify-content:center;align-items:center;border-radius:50%;background:var(--card);width:50px;display:flex}.advantages-block .adv__icon img{height:40px;object-fit:contain;width:40px}.advantages-block .advantages__img{max-width:586px;width:100%}.advantages-block .adv__descr{color:var(--main-text)}@media(max-width:1200px){.advantages-block .advantages__wrap{flex-direction:column}.advantages-block .advantages__holder{max-width:100%}.advantages-block .advantages__img{margin-left:auto}}@media(max-width:700px){.advantages-block .advantages__holder{grid-template-columns:1fr}.advantages-block .advantages__wrap{flex-direction:column-reverse}}