.benefits{display:grid;grid-auto-flow:dense;grid-template-columns:repeat(auto-fit,minmax(50%,1fr));grid-gap:30px}@media (min-width:768px){.benefits{grid-template-columns:repeat(auto-fit,minmax(33%,1fr))}}@media (min-width:1200px){.benefits{grid-template-columns:repeat(auto-fit,minmax(20%,1fr))}}.benefit_card{background-color:rgba(225,225,235,.5);border-radius:10px;padding:30px 22.5px}.benefit_card:hover{background-color:#def5fd}.benefits .h1,.benefits .h2,.benefits .h3,.benefits .h4,.benefits .h5,.benefits .h6 ,.benefits h1,.benefits h2,.benefits h3,.benefits h4,.benefits h5,.benefits h6{font-weight:400}.benefit_card .benefit_card__icon{align-items:center;border-radius:100vw;display:flex;height:131px;justify-content:center;margin:50px auto 60px;padding:24px;width:131px}