#first {
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 110px;
}

#first .path {
    color: #ffff;
    font-size: .875rem !important;

}

#first .path a {
    color: #ffffff;
    text-decoration: none;
    font-size: .875rem !important;
}


#first h1 {
    font-size: 25px;
    padding-top: 60px;
    font-weight: 400;
    color: #ffff;
}

#second {
    padding-bottom: 20px;
    background-color: #F8F8F8;
}

#second .post-image {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 7px;
}

#second .post-body {
    background-color: #ffffff;
    color: #676767;
    padding-top: 20px;
    font-size: 17px;

}

#third .title {
    font-size: 1.75rem;
    color: #3B3B3B;

}

#third .line {
    border-bottom: #3B3B3B 1px solid;
    height: 28px;
}

#third {
    padding-bottom: 75px;
    background-color: #F8F8F8;
}

#third .post-image {
    height: 240px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF;
}

#third .post-details {
    background-color: #ffffff;
    padding-top: 10px;
}

#third .post-details .title {
    font-size: 1rem;
    color: #3B3B3B;
    padding-bottom: 4px;
}

#third .post-details .text {
    font-size: 12px;
    color: #ADADAD;
    padding-bottom: 10px;
}

#third .post .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #3B3B3B !important;
}

#third .post .swiper-pagination-progressbar {
    background: #E8E8E8;
}

#third .post.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progpressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: auto !important;
    bottom: 0px !important;
}

#third .post .swiper-wrapper {
    margin-bottom: 20px;
}

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

    #third .post.swiper-container-horizontal>.swiper-pagination-progressbar,
    .swiper-container-vertical>.swiper-pagination-progpressbar.swiper-pagination-progressbar-opposite {
        display: none;
    }
}

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

    #third .post.swiper-container-horizontal>.swiper-pagination-progressbar,
    .swiper-container-vertical>.swiper-pagination-progpressbar.swiper-pagination-progressbar-opposite {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    #second .post-details .title {
        font-size: 14px;
    }

    #second .title {
        font-size: 21px;
    }

    #second .col-lg-3 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #first .text {

        font-size: 12px;
    }

    #first .path {
        color: #ffff;
        font-size: 12px;
    }

    #first h1 {
        font-size: 23px;
        padding-top: 20px;
        font-weight: 400;
        color: #ffff;
    }

    #first {
        height: 350px;
    }

    #second .post-body {
        padding-top: 10px;
        font-size: 15px;


    }

    #second .post-image {
        height: 270px;
    }
}

@media screen and (max-width: 425px) {
    #second .post-body {
        padding-top: 0px;
        font-size: 13px;

    }

    #second .post-image {
        height: 160px;
    }
}