/*****************news*********************************/

.media-content h2, .person-content h2{

    padding: 45px 0;
    margin: 0;
    color: #1c3140;

}

.media-content h2:before, .person-content h2:before {
    position:absolute;
    top:0;
    left:-390px;
    width:1230px;
    height:190px;
    background-color: #d2d6d9;
    content:"";
    z-index: -100;
}
.media-content .thumb {

    padding:  0 10px 30px 0px;
}


@media (min-width: 1200px) {
}

/* Small Devices, Tablets */
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 576px) and (max-width: 767px) {

}
/* Extra Small Devices, Phones */
@media (max-width: 575px)  {
    .media-content h2,
    .person-content h2
    {
        padding: 45px 15px ;
        background-color: #d2d6d9;
        content: "";
        margin: 0 -15px;
    }

    .media-content h2::before,
    .person-content h2::before
    {
      position:absolute;
        top:0;
        left:0;
        width:100%;
        height:0;
        z-index: -101;
    }
}
