html body .section-header.mt-0 {
    color: white !important; /* Wymuszenie koloru tekstu na biały */
    -webkit-text-fill-color: white !important; /* Dla tekstu z efektami */
    background: none !important; /* Usunięcie gradientu, jeśli to problem */
}

html body .section-header.mt-0::after {
    color: white !important; /* Zmiana koloru pseudo-elementu */
    -webkit-text-fill-color: white !important;
}

.gradient {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #111) !important;
}

#section1 {
  background: url('https://dfdu1vke3eg77.cloudfront.net/spaces/538/uploads/u8aP844k1lUMPAZcjcaR4GjiEDWIO6UlckWIXfKl.png') center center / cover no-repeat !important;
}

#section1 .featured-games {
  background: transparent !important;
}