.recent-carousel-wrapper {
    margin: 0 !important;
}
.recent-carousel-wrapper .recent-slide {
    display: flex;
    flex-direction: column-reverse;
    height: auto !important;
    flex: 1;
}
.recent-carousel-wrapper .recent-slide .text-card {
    margin-top: -3rem;
    z-index: 1;
    width: 94% !important;
    background: white;
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3019607843);
    border-radius: 0.5rem;
}
.recent-carousel-wrapper .recent-slide .text-card .article-title {
    font-size: 1.6rem !important;
    line-height: 1.8rem !important;
    font-family: "Nunito Sans", serif;
    font-weight: 700;
    padding-bottom: 1rem;
    color: black;
}
.recent-carousel-wrapper .recent-slide .text-card .text-card-footer {
    padding-top: 0.8rem;
}
.recent-carousel-wrapper .recent-slide .text-card .text-card-footer span {
    font-size: 0.75rem;
}
.recent-carousel-wrapper .recent-slide .text-card .text-card-footer span:first-child {
    margin-right: 1rem;
}
.recent-carousel-wrapper .recent-slide .text-card .text-card-footer div {
    width: 100% !important;
}
.recent-carousel-wrapper .recent-slide .article-image {
    width: 100% !important;
    right: 0;
    border-radius: 0.5rem;
    height: 200px;
    object-fit: cover;
}
.recent-carousel-wrapper .recent-slide .content-text {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recent-carousel-wrapper .slick-arrow {
    background-color: #df3226;
    padding: 0.5rem 0.6rem 0.3rem 0.6rem;
    width: auto;
    height: auto;
    border-radius: 2rem;
    z-index: 5;
    top: 42%;
}
.recent-carousel-wrapper .slick-prev {
    left: -0.5rem;
}
.recent-carousel-wrapper .slick-prev:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" style="transform: rotate(90deg)" width="24" height="24" fill="%23ffffff" viewBox="0 0 24 24"><path d="M12 17.414 3.293 8.707l1.414-1.414L12 14.586l7.293-7.293 1.414 1.414L12 17.414z"/></svg>');
    opacity: 1;
    line-height: normal;
}
.recent-carousel-wrapper .slick-next {
    right: -0.5rem;
}
.recent-carousel-wrapper .slick-next:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" style="transform: rotate(270deg)" width="24" height="24" fill="%23ffffff" viewBox="0 0 24 24"><path d="M12 17.414 3.293 8.707l1.414-1.414L12 14.586l7.293-7.293 1.414 1.414L12 17.414z"/></svg>');
    opacity: 1;
    line-height: normal;
}
.recent-carousel-wrapper .slick-slide {
    margin: 0 15px;
}
.recent-carousel-wrapper .slick-list {
    height: 35rem;
}

@media screen and (max-width: 600px) {
    /* FEATURED */
    .recent-carousel-wrapper .recent-slide {
        flex-direction: column-reverse;
        height: auto !important;
    }
    .recent-carousel-wrapper .recent-slide .text-card {
        width: 94% !important;
    }
    .recent-carousel-wrapper .recent-slide .text-card .article-title {
        font-size: 1.6rem !important;
        line-height: 1.8rem !important;
    }
    .recent-carousel-wrapper .recent-slide .article-image {
        width: 100% !important;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 2rem;
    }
    .slick-dots {
        bottom: 4rem;
    }
}
@media screen and (min-width: 600px) and (max-width: 920px) {
    .recent-carousel-wrapper .slick-list {
        height: 39rem;
    }
}
@media screen and (max-width: 500px) {
    .slick-dots {
        bottom: 5rem;
    }
}

/*# sourceMappingURL=r.css.map */
