@media screen and (max-width:640px){
    select{
        
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .header_logo img{
        margin-bottom: 30px;
    }
}