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

.overlay-gradient-bottom-content:before {
    opacity: 1 !important;
    background: rgba(33, 37, 41, 0);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #212529 100%) !important;
}

.fw-text-color-grey{
    color: #B1B1B1 !important;
}

