#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;

}
#second .title {
    font-size: 19px;
    font-weight: 400;
    color: #3B3B3B;
    margin-bottom: 20px
}

.heading {
    color: darkblue;
}

@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;
    }
}