.features-section{background:#fff;border-radius:12px;margin:0 auto;max-width:1200px;padding:60px 20px}.features-grid{display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.feature-item{align-items:flex-start;display:flex;gap:15px}.icon-wrapper{align-items:center;border:2px solid #ccd24b;border-radius:50%;display:flex;height:60px;justify-content:center;min-width:60px;width:60px}.icon-wrapper svg{fill:none;height:30px;stroke:#ccd24b;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:30px}.feature-content{flex:1}.feature-title{color:#1a1a1a;font-size:1rem;font-weight:600;margin-bottom:5px}.feature-description{color:#666;font-size:.875rem;line-height:1.5}@media (max-width:768px){.features-grid{gap:20px;grid-template-columns:1fr}}