img {
    max-width: 100%;
    height: auto;
}

.ctas .btn {
    width: 250px;
    height: 50px;
}

.card {
    min-height: 250px;
}

.carousel {
    height: 72px;
}

.carousel-item img {
    max-height: 520px;
    width: 100vw;
}

.carousel-caption {
    background-color: rgba(223, 205, 205, 0);
    padding: 15px;
    border-radius: 10px;
}

.carousel-caption h5,
.carousel-caption p {
    color: #fff;
}

.carousel-item img {
    width: 100vw;
    height: auto;

}

.last-section .card {
    height: 100%;
    margin: 10px;
    padding: 20px;
}

.last-section .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.call {
    background-color: rgb(25, 143, 158);
    border: none;
}

.ctas .btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.ctas .call:hover {
    background-color: rgb(25, 143, 158);
    border-color: rgb(22, 128, 141);
}

@media (max-width: 768px) {
    .last-section .card {
        margin-bottom: 20px;
    }

    .btn {
        margin-bottom: 5px;
    }

}

@media (max-width: 1024px) {
    .carousel-item img {
        max-width: 100%;
        max-height: 700px;
    }
}

@media (max-width: 768px) {
    .carousel-item img {
        max-width: 100%;
        max-height: 500px;
    }

    .carousel-caption h5 {
        font-size: 1.25rem;
    }

    .carousel-caption p {
        font-size: 0.9rem;
    }

    section {
        padding: 20px 10px;
    }

    .services-container {
        flex-direction: column;
    }

    .service-box {
        margin: 10px 0;
    }
}

#imageCarousel {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    max-height: none;
}

img {
    filter: brightness(40%);
}

.test {
    height: 10px !important
}

#imageCarousel .carousel-inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 1440px) {
    #imageCarousel {
        height: auto;
    }
}

@media (max-width: 1440px) {
    #imageCarousel {
        height: auto;
    }
}

@media (max-width: 1024px) {
    #imageCarousel {
        height: auto;
    }
}

@media (max-width: 768px) {
    #imageCarousel {
        height: auto;
    }
}

@media (max-width: 500px) {
    #imageCarousel {
        height: auto;
    }
}

.ctas,
.last-section {
    margin-top: 20px;
}