@media only screen and (max-width: 992px) {
  .text-right {
    display: none;
  }
}
