.services-cards{background-color:#fff;overflow:hidden;padding:3rem 0}.services-cards .services-cards__header{font-size:2.5rem;margin:1rem auto 3rem;max-width:1200px;padding:0 2rem}@media only screen and (min-width:1200.5px){.services-cards .services-cards__header{padding:0}}.services-cards .services-cards__subheader{font-size:1.125rem;margin:3rem auto 1rem;max-width:1200px;padding:0 2rem}@media only screen and (min-width:1200.5px){.services-cards .services-cards__subheader{padding:0}}.services-cards .services-cards__wrapper{background-color:#fff;column-gap:2rem;display:grid;flex-wrap:nowrap;grid-auto-rows:1fr;justify-content:space-between;margin:1rem auto;max-width:1200px;padding:0 2rem;row-gap:2rem}@media only screen and (min-width:768.5px){.services-cards .services-cards__wrapper{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1200.5px){.services-cards .services-cards__wrapper{grid-template-columns:repeat(3,1fr);padding:0}}.services-cards .services-cards__card{align-content:flex-start;background-color:#f6f6f6;box-shadow:0 0 10px 0 rgba(0,0,0,.15);display:flex;flex-wrap:wrap;height:100%;max-width:100%}.services-cards .services-cards__card .services-card__image-wrapper{background-color:#002b49;padding-bottom:35%;position:relative;width:100%}.services-cards .services-cards__card .services-card__image{height:100%;margin:0 auto;object-fit:cover;object-position:center;position:absolute;width:100%}.services-cards .services-cards__card .services-card__title{align-items:flex-end;background-image:linear-gradient(0deg,rgba(0,0,0,.95),transparent 45%);color:#fff;display:flex;height:100%;margin:0;padding:1rem 2rem;position:absolute;width:100%}.services-cards .services-cards__card .services-card__content{padding:1rem 2rem;width:100%}.services-cards .services-cards__card .services-card__content p{margin:0}