.product-section{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap}.product-section__left-column{background-color:#000c33;width:100%}.product-section__right-column{background-color:#e6e7eb;width:100%}.product-section__title{margin:0;max-width:400px;padding-bottom:1rem;position:relative}.product-section__left-column .product-section__title{color:#fff}.product-section__title:after{bottom:0;content:"";height:4px;left:0;position:absolute;width:50%}.product-section__left-column .product-section__title:after{background-color:#fff}.product-section__highlight-box-button{margin-bottom:2em}.product-section__image{margin:2rem 0;width:100%}.product-section__image img{height:auto;width:100%}.product-section__left-column .product-section__content,.product-section__left-column .product-section__content *{color:#fff}@media (min-width:768px){.product-section__left-column{padding-right:4rem;width:50%}.product-section__right-column{padding-left:4rem;width:50%}}