@media screen and (width <= 991px) {
  .buy-now-title {
    display: none;
  }
}
