.servicesPage{width:100%;display:flex;flex-direction:column;align-items:center;min-height:100vh;position:relative}.servicesPage .service{width:100%;padding:2rem 1rem;display:flex;gap:4rem;margin-bottom:2rem}.servicesPage .service .text{flex:3;display:flex;flex-direction:column;gap:1.5rem}.servicesPage .service .text h1{font-size:1.75rem;font-weight:500;text-transform:uppercase}.servicesPage .service .text h3{font-weight:500;margin-bottom:.5rem;text-transform:uppercase}.servicesPage .service .text strong{font-weight:500}.servicesPage .service .text ul li{list-style:disc;margin-left:1rem}.servicesPage .service .image{flex:2;max-height:25rem}.servicesPage .service .image img{width:100%;height:100%;object-fit:cover}.servicesPage .blackBg{background-color:#f0f0f0;color:#000}@media screen and (max-width:900px){.servicesPage .service{flex-direction:column-reverse!important;gap:2rem;margin-bottom:0}.servicesPage .service .text{flex:unset}.servicesPage .service .image{flex:unset;height:20rem;max-height:unset}}