@media (min-width: 768px) {
    .fw-text-md-30-px {
        font-size: 30px !important;
    }

    .fw-text-md-40-px {
        font-size: 40px !important;
    }
}

.fw-custom-background-color {
    background-color: #DBE4DF !important;
}

.overlay-gradient-bottom:before {
    opacity: 1 !important;
    /* fallback */
    background: rgba(0, 0, 0, 0.95);
    background: linear-gradient(
        to top,
        rgba(21, 55, 22) 0%,
        rgba(21, 55, 22, 0.01) 35%,
        rgba(21, 55, 22, 0.1) 100%
    );
}

