.cards-section{background:#fff;left:50%;margin-left:-50vw;margin-right:-50vw;padding:45px 0;position:relative;right:50%;width:100vw}.cards-section.background-gray{background:#f7f9fc!important}.background-gray{background:#f7f9fc}.cards-header{margin:0 auto 45px;max-width:1200px;text-align:center}.cards-container{display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.card{background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08);flex-direction:column;max-width:100%;padding:32px}.card,.card-icon{border-radius:12px;display:flex}.card-icon{align-items:center;background:#91e8f9;height:64px;justify-content:center;margin-bottom:24px;width:64px}.card-icon svg{fill:#01a1c1;height:32px;transform:translate(-2px,2px);width:32px}.card-body{line-height:1.6}@media (max-width:767px){.card{text-align:center}.card-icon{margin:0 auto 24px}.cards-container{grid-template-columns:1fr;padding:0 20px}}