@media screen and (min-width: 1830px) and (max-width: 1920)  {
  .disp{
    display: none;
  }
  .ml-100px{
    margin-left: 100px;
}

  }


.pos{
  position: relative;
    top: 80px;
}

@media only screen and (min-width: 1750px) {
  .disp{
    display: none;
  }
  .tab1,.tab2,.tab3,.tab4,.tab5{
    
    font-size: 18px;
    width: 360px;
    
  }
}