.carousel-item{
    height: 70vh;
}

.carousel-img{
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.carousel-caption{
    top: 50%;
  transform: translateY(-50%);
    max-width: 50rem;
    margin: 0 auto;
}

.carousel-caption h2, .carousel-caption p{
    color: var(--bs-white);
}

.carousel-caption h2{
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 900;
}

.carousel-caption p{
    font-size: 1.4rem;
    line-height: 1.2em;
}

@media (min-width: 576px){

}


@media (min-width: 768px){


}

@media (min-width: 992px){

    .carousel-caption h2{
        font-size: 3rem;
    }

    .carousel-caption p{
        font-size: 2rem;
    }


}

@media (min-width:1200px){



}

@media (min-width:1440px){



}

@media (min-width:1600px){



}