    .whatsapp-bot-icon img {
    width: 70px; /* default desktop size */
    height: auto;
}

@media (max-width: 767px) {
    .whatsapp-bot-icon img {
        width: 45px; /* mobile size */
        height: auto;
    }
}