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

    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 ul {
    list-style: none;
    padding-right: 0px;

}

#second ul li a {
    color: #3B3B3B;
    font-size: 1rem;
    font-family: 'DINPro-Regular' !important;
}

#second ul li a:hover {
    text-decoration: none;
    color: #3B3B3B;
}

#second ul li a img {
    padding-left: 10px;

}

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



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

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

    #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;
    }
    #second ul li a
    {
        font-size: 13px;
    }
}

.map-title {
    text-align: left;
    font-family: 'DINPro-Regular' !important;
    font-size: 14px;
    margin-bottom: 4px;
}