.wealthy-affiliate-banner a:hover {
        transform: scale(1.015);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
    }

    @media (max-width: 768px) {
        .wealthy-affiliate-banner img {
            height: auto;
        }

        .wealthy-affiliate-banner div {
            padding: 20px 16px !important;
        }

        .wealthy-affiliate-banner h2 {
            font-size: 20px !important;
        }

        .wealthy-affiliate-banner p {
            font-size: 14px !important;
        }
    }
