.serv-table{
    display:table;
    width:100%;
}
.serv-row{
    display:table-row;
    text-align: center;
}
.serv-cell{
    display:table-cell;
}
.serv-left,.serv-right{
    width:25%;
    vertical-align:top;
}
.js-news-center{
    width:50%;
}
.articles .details {
   cursor: pointer; 
    margin-top: 0;
}
.orange-but{
   font: 19px "Cuprum",sans-serif;
   color: #ffffff;
   background-color: #F77521;
   text-transform: uppercase;
   font-weight: 700;
   height: 41px;
   border-radius: 12px;
   padding: 7px;
     display : flex;
     align-items : center;
     text-align: center;
    
}
.filter-list{
    text-align: left;
    list-style-type: none;
}
.filter-list li{
    color: #F77521;
}
.filter-list a{
    color: #F77521;
}
.service-list{
    text-align: left;
}
.service-list li{
    color: #F77521;
}
.service-list a{
    color: #F77521;
}
h3.heading{
    color: #9a9a9a;
    font: 40px/40px "Open Sans Light",sans-serif;
    font-size: 30px;
}
h2.heading{
    font-size: 20px;
    line-height: 100%;
}
li div.date{
    float:left;
}
.serv-text{
    font: 40px/40px "Open Sans Light",sans-serif;
    font-size: 14px;
    color: #797979;
    text-align: left;
    line-height: 1.2;
}
.serv-text p{
    padding:0 1em 0 1em;
    margin-top: -0.5em;
}
.serv-text p a{
   color: #797979;
}
.news-block{
    border: 1px solid #ebebeb;
    margin-bottom: 33px;
    padding: 21px;
    box-shadow: 0px 10px 10px #ebebeb;
}
.news-date{
    color: #99cc32;
    margin-bottom: 13px;
}
.big-image-wrap{
    width:777px;
}
.big-image{
    width:100%;
}
.news-text{
    padding:17px;
}
.read-more{
    cursor          : pointer;
    color           : darkcyan;
    text-decoration : underline;
    font-weight     : bold;
    font-size       : 16px;
    margin-left     : 21px;
}
.read-more:hover{
    color           : darkorange;
}