.feature-cards{display:flex;flex-direction:column;gap:20px;@media (min-width:768px){flex-direction:row;flex-wrap:wrap;justify-content:space-between}}.feature-card{background-color:#fff;border-radius:8px;padding:20px;@media (min-width:768px){flex-basis:calc(50% - 10px);padding-bottom:40px}}.feature-card-icon{margin-bottom:20px;max-height:24px;max-width:24px}.feature-card-description{font-size:18px}