@media screen and (max-width:640px){
    select{
        
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .header_logo{
        margin-bottom: 20px;
    }
}