.benefit-section{display:grid;gap:90px 120px;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;margin-top:50px}.benefit-section .benefit-icon{background-color:#e1e8fe;border-radius:10px;box-shadow:0 0 2px -2px #e1e8fe;margin-bottom:8px;padding:6px 12px;width:fit-content}.benefit-section .title-benefit{color:#010c19;font-size:30px;font-weight:700;line-height:42px;margin-bottom:8px}@media screen and (max-width:968px){.benefit-section{gap:32px 50px;margin-top:0}}@media screen and (max-width:768px){.benefit-section{grid-template-columns:1fr;grid-template-rows:unset}}