.margin-adjust{
  margin-left: auto !important;
}

@media screen and (max-width:599px){
  .margin-adjust{
    display: none !important;
  }
}