#slider_services{
    clear:both;
    width:100%;
    margin: 0 auto;
    height:156px;
    background: url("../images/services_header.png") center no-repeat;
}
#slider_services h1{
    color:rgb(250,250,250);
    font-size:35px;
    margin: 0px auto 0px 15%;
    font-family: Aller;
}

.center{
    margin:0 auto;
}
#services{
    width:64%;
    height:100%;
    margin:0 auto;
    clear:both;
}
#services_content{
    width:100%;
    max-width:1920px;
    min-width:570px;
    margin:80px auto 80px auto;
}
.services_content_text img{
    width:auto;
    height:auto;
}
.services_content_text h2{
    font-family: Aller;
    color: rgb(124,171,48);
    font-size:20px;
}
.services_content_text h3{
    font-family: Roboto;
    color: #9b9ea6;
    font-size: 17px;
    margin-top:20px;
}
.services_content_text{
    text-align: center;
    width:30%;
    max-width:300px;
}
.services_content_text .more, .services_content_text .more_services{
    text-align: left;
    width:100%;
}
.more li, .more_services li{
    list-style: none;
    margin-left:-15%;
}
.more_services li{
    list-style: none;
    margin-left:-15%;
    margin-bottom:10px;
}
.services_content_text p{
    color: #9b9ea6;
    font-size: 15px;
    font-family: Roboto;
    max-width:350px;
}
.services_content_text .read_more, .services_content_text .read_more_services{
    color: rgb(124,171,48);
    font-size:15px;
    font-family: Roboto;
}

@media (max-width: 1320px) {

.services_content_text{
    float: none;
    text-align: center;
    width:100%;
    max-width:500px;
    min-width:400px;
    margin:0 auto 100px auto; 
}
.services_content_text p{
    max-width:700px;
}
#services .more, #services .more_services{
    text-align:center;
}
}