.col1,.col2,.col3{
display: inline-block;
}
.col1{
    width: 300px;
}
.col2{
    width: 211px;
}
.col3{
    width: 620px;
}