.col{
    background:blue;
    color:white; 
    padding: 20px;
}

/* mobile device ----------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:850px){
   
}