.btn-whatsapp {
    background-color: #6acd45;
    color: #fff;
    border-radius: 50rem;
    position: fixed;
    right: 10px;
    bottom: 40px;
    z-index: 9999
}

.btn-whatsapp:hover {
    background-color: #5bbb3d;
    color: #fff
}

.whatsapp-fixed {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1050
}

.whatsapp-icon {
    width: 36px;
    height: 36px;
    object-fit: contain
}

.font-size-48{
    font-size: 48px !important;
}

@media (max-width:767.98px) {

.font-size-48{
    font-size: 45px !important;
}
}