.about-features{display:grid;gap:40px;grid-template-columns:repeat(4,1fr)}.about-features>.feature{align-items:center;background-color:var(--color-background-light);display:flex;flex-flow:column nowrap;padding:30px 20px;text-align:center}.about-features>.feature .text-icon{font-size:120px}.about-features>.feature img{height:140px;width:140px}.about-features>.feature .text{margin-top:35px}@media (max-width:1100px){.about-features{grid-template-columns:repeat(3,1fr)}}@media (max-width:800px){.about-features{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.about-features{gap:20px}.about-features>.feature .text-icon{font-size:85px}.about-features>.feature img{height:100px;width:100px}.about-features>.feature .text{margin-top:20px}}