main{
    padding:15px;
}


.three{
 
    display:flex;
}


@media (max-width: 768px) {

    .three{
    flex-direction: column;
}

 

}