.mod-features { padding: 2rem 0; }
.mod-features .container { display: flex; justify-content: space-evenly; }
.mod-features .container .feature-item { text-align: center; }

.mod-features .w-100 { width: 100%; }
.mod-features .w-50 { width: 42%; }
.mod-features .w-30 { width: 28%; }
.mod-features .w-25 { width: 22%; }
.mod-features .w-20 { width: 18%; }

/* Large Mobile */
@media (max-width: 767px) {
    .mod-features .container { flex-direction: column; }
    .mod-features .container .feature-item { width: auto; }
    .mod-features .container .feature-item:not(:last-child) { margin-bottom: 2rem; }
}
