#generic_carousel .carousel-caption {
    top: 30%;
    height: 40%;
    /* border: 1px solid #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}

#generic_carousel h1 {
    font-size: 60px;
    margin-bottom: 40px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 70px;
    color: var(--white);
    display: block;
    letter-spacing: normal;
    font-style: normal;
}

#generic_carousel h1 span {
    font-weight: 200;
    font-style: italic;
}

#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: 1024px) {
    #generic_carousel .carousel-caption {
        bottom: 20px;
    }

    #generic_carousel h1  {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 10px;
    }

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

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

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