.benefit-cards{background:#eceff1;padding:var(--section-spacing-y) var(--site-gutter)}.benefit-cards__inner{background:#002943;border-radius:16px;margin:0 auto;max-width:var(--site-max-width);padding:64px 40px}.benefit-cards__header{margin-bottom:40px;text-align:center}.benefit-cards__eyebrow{color:#f81;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:1.5;margin:0 0 8px}.benefit-cards__heading,.benefit-cards__heading p{color:#fff!important;font-family:Inter,sans-serif!important;font-size:40px!important;font-weight:500!important;line-height:1.2!important;margin:0!important}.benefit-cards__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.benefit-cards__card{background:#fff;border-radius:16px;padding:32px 24px;transition:transform .25s ease,background-color .25s ease}.benefit-cards__card:hover{background-color:#f5f5f5;transform:translateY(-4px)}.benefit-cards__icon-wrap{align-items:center;display:flex;justify-content:flex-start;margin-bottom:20px}.benefit-cards__icon{height:40px;width:40px}.benefit-cards__card-title{color:#002943;font-family:Inter,sans-serif;font-size:18px;font-weight:600;margin:0 0 10px}.benefit-cards__card-description{color:#606060;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.5;margin:0}@media (max-width:768px){.benefit-cards__inner{padding:40px 24px}.benefit-cards__heading,.benefit-cards__heading p{font-size:26px!important}.benefit-cards__grid{gap:16px;grid-template-columns:1fr}}