.feature-row{background-color:var(--dens-white);padding:5rem 0}.feature-row--off-white{background-color:var(--dens-off-white,var(--dens-off-white))}.feature-row--light{background-color:var(--dens-light-blue)}.feature-row--navy-light{background-color:var(--dens-navy)}.feature-row--navy-dark{background-color:var(--dens-navy-dark)}.feature-row__inner{margin:0 auto;max-width:var(--dens-max-width);padding:0 1.5rem}.feature-row__row{align-items:center;display:flex;gap:3rem}.feature-row__row--reverse{flex-direction:row-reverse}.feature-row__image{flex:0 0 50%;max-width:50%}.feature-row__image img{aspect-ratio:16/9;border-radius:var(--dens-radius-lg);box-shadow:var(--dens-shadow-lg);height:auto;object-fit:cover;width:100%}.feature-row__content{flex:1}.feature-row__content .section-label{display:block;margin-bottom:.75rem}.feature-row__content .service-offerings__heading{margin:0 0 1rem}.feature-row__description{color:var(--dens-gray-500);font-size:1rem;line-height:1.7}.feature-row__description p{margin:0 0 1rem}.feature-row__description p:last-child{margin-bottom:0}.feature-row__cta{align-items:center;display:inline-flex;gap:.5rem;margin-top:1.5rem}.feature-row--navy-dark .service-offerings__heading,.feature-row--navy-light .service-offerings__heading{color:var(--dens-white)}.feature-row--navy-dark .feature-row__description,.feature-row--navy-light .feature-row__description{color:hsla(0,0%,100%,.78)}.feature-row--navy-dark .section-label,.feature-row--navy-light .section-label{color:hsla(0,0%,100%,.6)}@media (max-width:1024px){.feature-row__row,.feature-row__row--reverse{flex-direction:column}.feature-row__image{flex:none;max-width:100%}}@media (max-width:767px){.feature-row{padding:3rem 0}.feature-row__row{gap:1.5rem}}