/*your custom css goes here*/ 

/* WhatsApp widget */
.icon__whatsapp {
    z-index: 2;
    bottom: 35px;
    left: 30px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

@media (max-width: 360px) {
    .icon__whatsapp {
        bottom: 90px;
        left: 15px;
    }
}