.col1 {
float: right;
width: 50%;
font-size: 15px
}

.col2 {
float: right;
width: 50%;
font-size: 15px
}

.break {
width: 50px;
}

@media only screen and (max-width: 800px) { .col1 {
width:100%} 
.col2 {width:100%; padding-top: 40px;
}
}