.dual-cols {
display: flex;
flex-direction: row;
width: 100%;
.col {
flex-grow: 1;
}
@media screen and (max-width: 768px) {
flex-direction: column;