.remail, .hero {
    background-color: var(--background-color-dark);
}
.faq, .contact {
    background-color: var(--background-color-gray);
}

.remail .container-custom {
    margin-bottom: -120px;
}

.faq {
    padding-top: 15px !important;
}

.gradient-balls-container {
    top: 5rem !important;
    bottom: auto !important;
}
.filler {
    height:150px;
    background-color:var(--background-color-gray);
}
.remail h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

.remail p {
    font-size: 16px;
    font-weight: 200;
    color: white;
}

.remail h1 {
    color: white;    
}



.faq h1 {
    font-size: 56px;
    font-weight: 700;
}
.remail span, .contact span {
    font-size: 16px;
    font-weight: 400;
}
.card-white {
  height:auto;
}

@media (max-width: 1200px) {
    .gradient-balls-side {
        display: none !important;
    }

    .remail {
        padding: 0; 
        position: relative;
        overflow: hidden;
    }   

    .remail .card-white {
        padding: 2rem;
    }
}
