@media (max-width: 992px) {
  .grid {
    grid-template-columns: 50% 50% !important;
  }
}
