.two-columns{
    padding:30px 0;
}


@media handheld, only screen and (min-width: 768px) {
    .two-columns{
        display:flex;
    }

    .two-columns .tw-col{
        width:50%;
        margin:0 30px;
    }
}