.advantages-block .advants__wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;grid-template-rows:repeat(2,1fr)}.advantages-block .advant{border:1px solid var(--hover);border-radius:10px;background-color:var(--card);height:100%;width:100%;padding:20px;max-height:321px;height:100%}.advantages-block .icon__holder{border-radius:10px;width:70px;height:70px;background-color:var(--bg-light);display:flex;align-items:center;justify-content:center;margin-bottom:40px}.advantages-block .advant__title{margin-bottom:15px;font-size:20px}.advantages-block .icon__holder img{height:36px;width:36px;object-fit:contain}@media(max-width:1100px){.advantages-block .advants__wrapper{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr)}}@media(max-width:650px){.advantages-block .advants__wrapper{grid-template-columns:1fr;grid-template-rows:unset}.advantages-block .icon__holder{margin-bottom:20px}}