.section-icon-with-link .iwl-wrapper .iwl-block{display:flex;align-items:center;justify-content:center;gap:15px;padding:28px 23px;border-radius: 20px;border: 1px solid rgba(0,0,0,.2);}
.section-icon-with-link .iwl-wrapper a{text-decoration:none;font-size: 20px;font-weight: 400;line-height: normal;letter-spacing: -0.2px;color:#000;}
.section-icon-with-link .iwl-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;width:max-content;}
.section-icon-with-link .iwl{display:flex;justify-content:center;}
.section-icon-with-link .iwl-wrapper .iwl-block svg{display:block;}
@media(max-width:991px){
    .section-icon-with-link .iwl-wrapper{grid-template-columns:repeat(2,1fr);}
    .section-icon-with-link .iwl-wrapper{width:100%;}
    .section-icon-with-link .iwl-wrapper .iwl-block a{font-size:16px;}
}
@media(max-width:575px){
    .section-icon-with-link .iwl-wrapper{grid-template-columns:repeat(1,1fr); gap: 15px;}
    .section-icon-with-link .iwl-wrapper .iwl-block{padding:12px;}
    .section-icon-with-link .iwl-wrapper .iwl-block a{font-size:12px;}
}
@media(max-width: 375px){
    .section-icon-with-link .iwl-wrapper a{font-size: 16px;}
    .section-icon-with-link .iwl-wrapper .iwl-block{padding: 12px;}
}