
/* Header */
.page-header {
    background: url(../../front_assets/img/public/background-header.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    padding-top: 6rem;
    padding-bottom: 24px;
}

.carousel-image {
    width: 100%;
    height: 400px;
    object-position: center;
    object-fit: cover;
    border-radius: 10px;
}

/* Content */
.content-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    background-color: #F4F4F4;
    border: 5px solid var(--green);
    border-radius: 10px;
    padding: 8px;
}

@media only screen and (max-width: 767.92px) {

    .carousel-image {
        height: 300px;
    }

    .content-img {
        height: 250px;
    }

}
