@media only screen and (max-width: 765px) {
    .sm-flex-column{
        flex-direction: column;
        margin-bottom:15px;
    }
    .sm-flex-column h2{
        text-align:center;
    }
    
    .sm-flex-column .input-container{
        justify-content:center;
    }
    
    
}