.hero-bg-new-force-final {
  background:
    linear-gradient(90deg, rgba(8,34,104,.50), rgba(8,34,104,.12)),
    url('/images/worldcup-bg-new.png') center right / cover no-repeat !important;
  background-color: #123fa3 !important;
}

.hero-bg-new-force-final::before,
.hero-bg-new-force-final::after {
  background-image: none !important;
}

@media (min-width: 769px) {
  .hero-bg-new-force-final {
    min-height: 210px !important;
  }
}

@media (max-width: 768px) {
  .hero-bg-new-force-final {
    min-height: 150px !important;
    background-position: center right !important;
  }
}
