@media screen and (max-width:768px){
    
    .image-options, .feretra, .analosima, .stolismos{
        grid-template-columns: auto;
    }
    
    .form-step h2 {
        text-align: center;
    }
    
    button{
        margin-top:0;
    }
    
}