.icon-list { width: calc(100% + 30px); margin-left: -15px; margin-bottom: -40px; }
.icon-item { width: 33.33%; padding: 0 15px; margin-bottom: 40px; }
.ib-icon { width: 70px; height: 56px; margin-bottom: 16px; }
.ib-icon img { width: 100%; height: 100%; object-fit: contain; }
.ib-content h3 { font-family: var(--fig-font-primary); font-size: 15px; font-weight: 700; line-height: 1.6; letter-spacing: -0.003em; margin-bottom: 20px; }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) { }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
.icon-item { width: 50%; }
}
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
.icon-list { margin-bottom: -60px; }
.icon-item { width: 100%; margin-bottom: 60px; }
}
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) { }