.whatsapp-cta:hover {
    box-shadow: 2px 2px 1px #bbbbbb;
    transform: translateY(-15px);
    transition: 0.25s;
}

.whatsapp-cta {
    position: fixed;
    z-index: 999;
    bottom: 3.5%;
    border-radius: 50px;
    right: 1.5%;
    transform: translateY(0px);
    transition: 0.25s;
}

