.bg-section-whatsapp {
    background: linear-gradient(50deg, #070aecd1 0, #e00aff 100%) !important;
}
.cookieConsentContainer {
    background: #1a1d1d7d !important;

}
.pricing_section {
background: linear-gradient(50deg, #010101 0, #7625f6 100%) !important;
}

.testimonials_section {
    background: linear-gradient(50deg, #030757d1 0, #101010 100%) !important;
}

.btn-outline-success {
    color: #141414 !important;
    border-color: #f10ace !important;
    font-weight: 700 !important;
}

.btn-outline-success:hover {
    color: #fff !important;
    background-color: #000000 !important; 
    border-color: #1f60ff !important;
}

.alert-hero {
    background-color: #2734442b !important;
 }