﻿.featured-post {
    margin: 2rem 0 10rem 0;
}

@media (max-width: 991px) {
    .featured-post {
        margin: 3rem 0 8rem 0;
    }
}

@media (min-width: 1200px) {
    .featured-post .info-wrapper {
        padding-left: 2rem;
    }
}

@media (max-width: 991px) {
    .featured-post .slider-wrapper {
        margin-bottom: 6rem;
    }
}

.featured-post .slider-wrapper img {
    height: 30rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 991px) {
    .featured-post .slider-wrapper img {
        height: 19rem;
    }
}

.featured-post .slider-wrapper .content-block {
    background: #e9ebee;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 3rem 3rem 3rem;
}

@media (max-width: 991px) {
    .featured-post .slider-wrapper .content-block {
        background-color: #000;
        border-bottom: 13px solid #6cace4;
        padding: 5rem 3rem 3.8rem 3.5rem;
    }

        .featured-post .slider-wrapper .content-block h2,
        .featured-post .slider-wrapper .content-block p,
        .featured-post .slider-wrapper .content-block a,
        .featured-post .slider-wrapper .content-block span {
            color: #fff;
        }

        .featured-post .slider-wrapper .content-block svg {
            fill: #fff;
        }
}

.featured-post .slider-wrapper .content-block h2 {
    font-size: 3.4rem;
    line-height: 5.2rem;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .featured-post .slider-wrapper .content-block h2 {
        font-size: 2.4rem;
        line-height: 4rem;
    }
}

.featured-post .slider-wrapper .content-block p {
    font-size: 2.2rem;
    line-height: 3.2rem;
}

@media (max-width: 991px) {
    .featured-post .slider-wrapper .content-block p {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}

.featured-post .slider-wrapper .links-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4rem;
}

    .featured-post .slider-wrapper .links-block a:hover {
        cursor: pointer;
    }

.featured-post .slider-wrapper .swiper-slide {
    height: auto;
}

.featured-post .slider-wrapper .slider-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.featured-post .swiper-pagination {
    margin: 3rem auto 0 auto;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 1200px) {
    .featured-post .swiper-pagination {
        width: 97%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .featured-post .swiper-pagination {
        width: 96%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-post .swiper-pagination {
        width: 96%;
    }
}

@media (max-width: 767px) {
    .featured-post .swiper-pagination {
        width: 85%;
    }
}

.featured-post .swiper-pagination .swiper-pagination-bullet {
    width: 9.2rem;
}

@media (max-width: 991px) {
    .featured-post .swiper-pagination .swiper-pagination-bullet {
        width: 4rem;
    }
}

.featured-post .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 4.5rem;
}

@media (max-width: 991px) {
    .featured-post .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
        margin-right: 1rem;
    }
}

.featured-post .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 7px;
}
