.whatsapp-button:hover {
    background-color: #09c84f !important;
}


.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 16px;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.whatsapp-button i {
    font-size: 42px;
    vertical-align: middle;
}

.whatsapp-button .text {
    vertical-align: middle;
}


@media screen and (min-width: 768px) {
    .pricing-container {
        height: 100%;
    }
}


@media screen and (max-width: 768px) {
    .whatsapp-button {
        padding: 13px !important;
        border-radius: 13px;
    }

    .whatsapp-button i {
        font-size: 32px;
    }
}