.whatsapp-link {
    position: fixed;
    z-index: 99;
    bottom: 120px;
    right: 50px;
    background-image: linear-gradient(180deg,rgb(138, 255, 157) 0%, rgba(39, 194, 57, 1) 80%);;
    /* background-color: #43C553; */
    border-radius: 4px;
    transition: all 0.2s linear;
    cursor: pointer;
}

.whatsapp-link:hover {
    transform: scale(1.1);
    transition: all 0.2s linear;
}

.whatsapp-link img {
    width: 60px;
    height: 60px;
}

@media(max-width:768px) {

    .whatsapp-link {
        bottom: 90px;
        right: 30px;
    }
    
    .whatsapp-link img {
        width: 60px;
        height: 60px;
    }

}
