.grid-with-icons__grid{display:grid;gap:56px 75px;grid-template-columns:repeat(3,minmax(0,340px))}.grid-with-icons__grid--four{gap:56px 45px;grid-template-columns:repeat(4,minmax(0,340px))}.grid-with-icons__icon{background-color:rgba(99,77,255,.2);border-radius:6px;height:60px;width:60px}.grid-with-icons__label{color:#002a5b;font-size:25px;font-weight:600;letter-spacing:0;line-height:32px}@media only screen and (max-width:991px){.grid-with-icons__grid--four{grid-template-columns:repeat(3,minmax(0,340px))}}@media only screen and (max-width:767px){.grid-with-icons__grid{grid-template-columns:repeat(2,minmax(0,340px))}}@media only screen and (max-width:575px){.grid-with-icons__grid{gap:45px;grid-template-columns:repeat(1,minmax(0,340px))}}