@media screen and (max-width: 700px) {
    .mega-sector{
        display: none !important;
    }
  }
  @media screen and (max-width:1200px){
  .mega-sector {
    display:none !important;
  }
  }
  @media screen and (min-width: 1201px) {
    .mega-sector{
        display: block !important;
    }
    .mobile-sector{
        display:none !important;
    }
  }