.WhatsAppLink .whatsapp_div {
    align-items: center;
    border-radius: 100px;
    bottom: 40px;
    display: flex;
    justify-content: center;
    left: 20px;
    min-height: 50px;
    position: fixed;
    width: 60px;
    /* z-index: 999999; */
    z-index: 999;
}

.WhatsAppLink .whatsapp_div .img {
    width: 100%;
    height: 100%;
}

@media (min-width: 0px) and (max-width: 991.98px) {
    .WhatsAppLink .whatsapp_div {
        width: 50px;
        bottom: 20px;
    }
}