.mobile-whatsapp{
    background-color: #52B862;
    border: 1px solid #3DAA21;
    height: 50px;
    width: 50px;
    position: fixed;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    animation: pulse 7s infinite;
    z-index: 5;
    box-shadow: 0px 4px 18px rgba(0, 62, 106, 0.3);
}

@media (max-width: 992px){
    .mobile-whatsapp{
        bottom: 85px;
        right: 20px;
        display: flex
    }
}

.mobile-whatsapp img{
    height: 25px;
    width: 25px;
}