
    .whatsapp-mobile-cta {
        display: none;
    }

    #whatsapp-img-small-green {
        height: 64px;
        margin-top: 10px;
        border-radius: 100%;
    }

    @media screen and (max-width: 768px) {
        .whatsapp-mobile-cta {
            display: inline-block;
            position: fixed;
            bottom: 50px;
            right: 32px;
            z-index: 10000;
        }
    }
