.carousel.news.default {
}

.carousel.news.default .slides-wrapper {
}

.carousel.news.default {
    padding: 40px;
    background: #2D68C4;
}

.carousel.news.default .post {
    width: fit-content;
}

.carousel.news.default .post .post-content-wrapper {
    display: block;
    width: fit-content;
    max-width: 95%;
    height: fit-content;
    margin: 0 auto;
    border-radius: 10px;
    background: url('/storage/assets/images/news/news_4.jpg');
    background-size: cover;
    background-position: center;
}

.carousel.news.default .post#post__2 .post-content-wrapper {
    background-image: url('/storage/assets/images/news/news_1.jpg');
}

.carousel.news.default .post#post__3 .post-content-wrapper {
    background-image: url('/storage/assets/images/news/news_3.jpg');
}

.carousel.news.default .post .post-gradient-wrapper {
    min-width: 300px;
    max-width: 700px;
    min-height: 500px;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(to top, #000000, transparent 200px);
}

.carousel.news.default .post .heading {
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.carousel.news.default .post .body .text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.carousel.news.default .post * + * {
    margin-top: 10px;
}