@media screen and (max-width: 950px) {
   
    .main-manue, .google-buttons-section, .google-logo-and-inputs, .country, .footer-items{
        width: 955px;
        
    }
    
  }
  @media screen and (max-width: 400px) {
    .g-logo-div{
      margin-top: 150px;
    }
  }