.col2{
    width:50%;
    float:left;
    padding:15px;
}
.clear {
    clear:both;
}

@media(max-width:767px){
    .col2{width:100%;}
}