.features-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));justify-content:center;margin:0 auto;max-width:1100px;padding:0 1rem;width:100%}.feature-item{aspect-ratio:1;background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.1);flex-direction:column;margin:0 auto;max-width:240px;padding:0;text-align:center;width:100%}.feature-icon-wrapper,.feature-item{align-items:center;border-radius:8px;display:flex;justify-content:center}.feature-icon-wrapper{height:160px;margin-bottom:1.5rem;width:160px}.feature-icon-wrapper img{height:100%;object-fit:contain;padding:1rem;width:100%}.feature-title{color:#333;font-size:1.25rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.feature-description,.feature-title{padding:0 1rem;width:100%;word-wrap:break-word;overflow-wrap:break-word}.feature-description{color:#666;font-size:.95rem;line-height:1.6;margin:0}@media (min-width:768px){.features-grid{grid-template-columns:repeat(2,minmax(auto,240px))}}@media (min-width:992px){.features-grid{grid-template-columns:repeat(4,minmax(auto,240px))}}@media (max-width:767px){.features-grid{gap:1rem;grid-template-columns:repeat(2,minmax(auto,160px));padding:0 .5rem}.feature-item{max-width:160px}.feature-icon-wrapper{height:100px;margin-bottom:.5rem;width:100px}.feature-title{font-size:.9rem;margin-bottom:.25rem;padding:0 .5rem}.feature-description{font-size:.8rem;padding:0 .5rem}}@media (max-width:480px){.features-grid{gap:.5rem}}