    .group2 {
        display: flex;
    }
    /*************************************************************************************************
/***** Responsive
/*************************************************************************************************/

@media only screen and (max-width: 600px){
    .group2 {
        flex-direction: column;
    }

}