.service-cards.theme-warm-white{background:var(--color-warm-white)}.service-cards.theme-white{background:var(--color-white)}.service-cards.theme-light-grey{background:var(--color-light-grey)}.service-cards__container{display:flex;flex-direction:column;gap:48px;margin:0 auto;max-width:1408px;padding:0 64px}.service-cards__header{align-items:flex-start;display:flex;flex-direction:column;gap:24px}.service-cards__heading{color:var(--color-coral-red);margin:0}.service-cards__copy{color:var(--color-steel-blue);font-size:18px;line-height:1.6}.service-cards__copy p{margin:0}.service-cards__grid{display:grid;gap:32px;grid-auto-rows:300px;grid-template-columns:repeat(3,1fr)}.service-cards__card{border-radius:10px;display:flex;flex-direction:column;gap:30px;justify-content:space-between;padding:32px}.service-cards__card.theme-cobalt-blue{background:var(--color-cobalt-blue);color:var(--color-warm-white)}.service-cards__card.theme-light-grey{background:var(--color-light-grey);color:var(--color-steel-blue)}.service-cards__card.theme-steel-blue{background:var(--color-steel-blue);color:var(--color-warm-white)}.service-cards__card.theme-coral-red{background:var(--color-coral-red);color:var(--color-warm-white)}.service-cards__card.theme-white{background:var(--color-white);color:var(--color-steel-blue)}.service-cards__card.theme-warm-white{background:var(--color-warm-white);color:var(--color-steel-blue)}.service-cards__card-name{color:inherit;font-family:Barlow Condensed,sans-serif;font-size:60px;font-weight:900;line-height:1;margin:0;text-transform:capitalize}.service-cards__card-body{color:inherit;font-size:16px;font-weight:600;line-height:1.5}.service-cards__card-body p{margin:0}.service-cards__card.theme-light-grey .service-cards__card-body,.service-cards__card.theme-warm-white .service-cards__card-body,.service-cards__card.theme-white .service-cards__card-body{font-weight:400}@media (max-width:1199px){.service-cards__container{gap:40px;padding:0 40px}.service-cards__card{gap:32px;padding:24px}}@media (max-width:991px){.service-cards__grid{gap:24px;grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.service-cards__container{padding:0 24px}.service-cards__grid{gap:16px;grid-auto-rows:auto;grid-template-columns:1fr}.service-cards__card{grid-column:1!important;grid-row:auto!important;min-height:280px}.service-cards__card-name{font-size:44px}}