.highlighted-section{display:flex;flex-direction:column;gap:1rem;width:100%}.highlighted-section--reversed{flex-direction:column-reverse}.highlighted-section__column{border-radius:8px;color:#000;padding:25px}.highlighted-section__column--red{background-color:#e83f39;color:#fff}@media only screen and (min-width:600px){.highlighted-section{flex-direction:row;gap:2rem;padding-left:0}.highlighted-section--reversed{flex-direction:row-reverse}.highlighted-section__column{width:100%}.highlighted-section__column--red{padding-left:2rem}.highlighted-section--reversed .highlighted-section__column--red{border-radius:10px!important;padding-right:2rem}}