.featured-carriers{display:grid;grid-template-columns:repeat(6,1fr);gap:.7rem;margin:2rem 0 1rem}.featured-carriers span{display:grid;place-items:center;min-height:82px;padding:.8rem;text-align:center;background:linear-gradient(145deg,var(--navy),#0b5266);color:#fff;border-bottom:5px solid var(--gold);border-radius:15px;font-size:1rem;font-weight:900;box-shadow:0 10px 25px #082d5018}.carrier-cloud{margin-top:1rem}@media(max-width:900px){.featured-carriers{grid-template-columns:repeat(3,1fr)}}@media(max-width:540px){.featured-carriers{grid-template-columns:repeat(2,1fr)}.featured-carriers span{min-height:68px}}
