.main-carousel .carousel-inner .container {
    position: relative;
}

.main-carousel .carousel-inner img {
    height: 600px;
    object-fit: cover;
}

.main-carousel .carousel-inner .carousel-caption {
    left: 0%;
    right: 0%;
    text-align: left;
    bottom: 180px;
}

.main-carousel .carousel-inner .carousel-caption h6 {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-carousel .carousel-inner .carousel-caption h1 {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 4rem;
}

.main-carousel .carousel-inner .carousel-caption .btn {
    background-color: rgb(255, 255, 255);
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 14px;
    padding: 0px 30px;
    border-width: 0px;
    border-radius: 0px;
}

.main-carousel .carousel-inner .carousel-caption .btn:hover {
    background-color: rgb(000, 000, 000);
    color: rgb(255, 255, 255);
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

@media only screen and (max-width: 786px) {
    .main-carousel .carousel-inner img {
        height: 250px;
    }

    .main-carousel .carousel-inner .carousel-caption {
        bottom: 30px;
        text-align: center;
    }

    .main-carousel .carousel-inner .carousel-caption h6 {
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .main-carousel .carousel-inner .carousel-caption h1 {
        font-size: 2rem;
    }

    .main-carousel .carousel-inner .carousel-caption .btn {
        line-height: 40px;
    }
}
