@media screen and (max-width: 992px){
  #contact{
    width:100% !important;
  }
  #contact .shop, #contact .company {
    margin:0 auto !important;
    text-align:center !important;
    float:none !important;
    width:470px !important;
  }
}
@media screen and (max-width: 768px){
  #contact .shop, #contact .company {
    width:470px !important;
  }
}
@media screen and (max-width: 532px){
  #contact .shop, #contact .company {
    width:94% !important;
  }
}
