.fleet-features{margin:0 auto;max-width:1160px;padding:80px 24px}.fleet-features__intro{margin:0 auto 48px;max-width:970px;text-align:center}.fleet-features__intro-text{color:#333;line-height:1.5em;margin:70px 0}.fleet-features__grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.fleet-feature-card{background:#fff;border:2px solid #fff;border-radius:4px;box-shadow:0 0 16.1px 0 rgba(0,0,0,.15);display:flex;flex:0 1 calc((100% - (var(--fleet-features-columns, 3) - 1)*24px)/var(--fleet-features-columns, 3));flex-direction:column;max-width:340px;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.fleet-feature-card:hover{border-color:#49a367;box-shadow:0 4px 20px 0 rgba(0,0,0,.22)}.fleet-feature-card__media{align-items:center;background:#fff;box-sizing:border-box;display:flex;height:180px;justify-content:center;padding:24px;width:100%}.fleet-feature-card__media--below{height:300px;padding:0}.fleet-feature-card__media--below .fleet-feature-card__image{height:100%;max-height:none;max-width:none;object-fit:fill;width:100%}.fleet-feature-card__image{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.fleet-feature-card__body{padding:70px 20px;text-align:center}.fleet-feature-card__title{color:#0062af;font-size:40px;margin-bottom:5px}.fleet-feature-card__subtitle{font-size:16px;font-weight:700;margin:0 0 12px}.fleet-feature-card__text{color:#000;font-size:1em;font-weight:600;line-height:1.3;margin:0}@media (max-width:560px){.fleet-feature-card{flex-basis:100%;max-width:340px}}.fleet-features--split{align-items:flex-start;display:flex;gap:48px}.fleet-features--split .fleet-features__intro{margin:0;text-align:left}.fleet-features--split .fleet-features__grid,.fleet-features--split .fleet-features__intro{flex:0 0 calc(50% - 24px);max-width:calc(50% - 24px)}@media (max-width:768px){.fleet-features--split{flex-direction:column}.fleet-features--split .fleet-features__grid,.fleet-features--split .fleet-features__intro{flex:0 0 100%;max-width:100%;text-align:center}}