#slider_news{
    clear:both;
    width:100%;
    margin: 0 auto;
    height:156px;
    background: url('../images/news_header.png') center no-repeat;
}

#slider_news h1{
    color:rgb(250,250,250);
    font-size:35px;
    margin: 0px auto 0px 15%;
    font-family: Aller;
}
#news_first{
    background: rgb(255,255,255);
    margin-top:50px;
    width:100%;
    margin-bottom:50px;
    border-bottom:2px dashed rgb(124,171,48);
}
.news2_content_text .more{
    margin-left:5%;
}
.news2:first-child{
    margin-top:50px;
    width:70%;
    margin-bottom:50px;
    border:0px;
}
.news2{
    overflow:auto;
    width:70%;
    background: none;
    padding-bottom: 60px;
    margin:0 auto 0px auto;
    padding-bottom:50px;
    border-bottom:1px dashed rgb(124,171,48);
}
.news2:last-of-type{
    overflow:auto;
    width:70%;
    background: none;
    padding-bottom: 60px;
    margin:30px auto 0px auto;
    padding-bottom:50px;
    border-bottom:0px solid transparent;
}
.news2_content{
    width: 100%;
    margin: 0px auto 0px auto;
    padding-bottom:60px;
    background-color: rgb(250,250,250);
}
.news2_content_text h1{
    font-family: Aller;
    color: rgb(124,171,48);
    font-size:25px;
    margin-left:5%;
    margin-bottom:35px;
}
.news2 img{
    width:300px;
    height:auto;
    margin-top:18px;
    float:left;
}
.news2_content_text{
    width:60%;
    float:right;
    text-align: justify;
}
.news2_content_text p:first-of-type{
    font-family: Roboto;
    margin-left: 5% !important;
    font-size: 15px !important;
}
.news2_content_text p{
    font-family: Roboto;
    color: #9b9ea6;
    font-size: 15px;
    margin-left: 5% !important;
}

@media (max-width: 1180px) {
.news2 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    float:none;
}
.news2_content_text{
    text-align: center;
    margin:0 auto;
    float: none;
    width:100%;
}
}

