#generic_carousel .carousel-caption {
    bottom: 50px;
}

#generic_carousel h1 {
    font-size: 100px;
    margin-bottom: 40px;
    font-weight: 500;
    text-transform: none;
    line-height: 65px;
    color: var(--white);
    display: block;
    letter-spacing: -3px;
}

#generic_carousel h1:after {
    height: 5px;
    display: block;
    width: 40%;
    background-color: var(--gray-900);
    width: 100%;
    position: absolute;
    bottom: 0;
}

#generic_carousel h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#generic_carousel .carousel-item {
    background-position: center-center;
    background-position: center center;
    background-size: cover;
    height: 1000px;
} 

@media (max-width: 768px) {
    #generic_carousel .carousel-caption {
        bottom: 20px;
    }

    #generic_carousel h1  {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 10px;
        letter-spacing: normal;
    }

    #generic_carousel h6 {
        margin-bottom: 7px;
        line-height: 15px;
        font-size: 12px;
    }

    #generic_carousel .btn-sm {
        padding: 10px 15px;
        font-size: 12px;
        line-height: 15px;
        font-weight: 700;
    }

    #generic_carousel .carousel-item {
        height: 400px;
    } 
}
