.sponsorship-opening {
    background-image:
        linear-gradient(
            135deg,
            rgba(13, 13, 13, 0.82) 0%,
            rgba(13, 13, 13, 0.60) 45%,
            rgba(13, 13, 13, 0.88) 100%
        ),
        url('../images/services-images/anderson.webp');
    background-position: center 25%;
}
