@charset "utf-8";

@media(max-width: 1000px){
  .main-banner video{
    display: none;
  }
  .consultation .item:nth-child(3){
    right: 0;
  }
  .service-wrap{
    width: 100%;
  }
  .projects-map{
    margin-left: 0;
  }
}