section.cards{background:#f6f5f4;padding:100px 0}section.cards .container{align-items:stretch;display:flex;gap:25px;justify-content:center;margin:0 auto;max-width:1320px;padding:0 15px}section.cards .item-box{background:#fff;display:flex;flex-direction:column;gap:15px;padding:60px 24px;text-align:center;width:100%}section.cards .item-box h3{font-size:18px;font-weight:500;text-transform:uppercase}section.cards .item-box h3,section.cards .item-box p{color:#050505;font-family:Work Sans,Sans-serif;margin:0}section.cards .item-box p{font-size:15px;font-weight:300}@media (max-width:768px){section.cards .container{flex-direction:column}}