        @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

        .custom-banner-box {
            background: rgba(0, 0, 0, 0.85);
            padding: 10px 20px;
            border-radius: 8px;
            text-align: center;
        }

        .custom-banner-box h1 {
            color: #fff;
            font-weight: 500;
            font-size: 1.2rem;
            margin: 0;
        }

        @media (max-width: 768px) {
            .custom-banner-section {
                height: 100px;
            }
        }

        a {
            text-decoration: none;
        }