#slider_about{
    clear:both;
    width:100%;
    margin: 0 auto;
    height:156px;
    background: url('../images/about_header.png') center no-repeat;
}
#slider_about h1{
    color:rgb(250,250,250);
    font-size:35px;
    margin: 0px auto 0px 15%;
    font-family: Aller;
}
#about_content{
    width: 57%;
    margin: 60px auto 0px auto;
    background: rgb(250,250,250);
}
#about_content img{
    width:auto;
    height:auto;
    margin-top:100px;
}
#about_content_text h1{
    font-family: Aller;
    color: rgb(124,171,48);
    font-size:20px;
    margin-left:5%;
}
#about_content_text h2{
    font-family: Aller;
    color: #9b9ea6;
    font-size: 17px;
    margin-top:30px;
    margin-left: 5% !important;
}
#about_content_text{
    width:61%;
    margin:0px auto 0px auto;
    float:left;
    text-align: justify;
    line-height: 1.5;
}
#about_content_text p:first-of-type{
    font-family: Roboto;
    color: #9b9ea6;
    margin-left: 5% !important;
    font-size: 15px !important;
}
#about_content_text p{
    font-family: Roboto;
    color: #9b9ea6;
    font-size: 15px;
    margin-left: 5% !important;
}
a.button{
    margin-top:30px;
    margin-bottom:55px;
    font-size:15px;
    border:1px solid rgb(124,171,48);
    color: rgb(124,171,48);
    font-weight: bold;
    background: none;
    float: right;
    display: block;
    width: 150px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding:8px 0 8px 0;
    font-family: Aller;
}

a.button:hover{
    margin-top:30px;
    margin-bottom:55px;
    font-size:15px;
    border:1px solid white;
    color: white;
    background: rgb(124,171,48);
    font-weight: bold;
    float: right;
    display: block;
    width: 150px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding:8px 0 8px 0;
    font-family: Aller;
}
#about_img{
    width:30%;
    margin-top:-30px;
    height:auto;
    float:right;
}
.read_more{
    color: rgb(124,171,48);
    font-size:15px;
    float:right;
    font-family: Roboto;
    text-decoration: none;
}


@media (max-width: 1180px) {
#about_img img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:50px;
    float:none;
    width:350px;
}
#about_img{
    width:100%;
    margin-top:-30px;
    height:auto;
    float:right;
}
#about_content_text{
    text-align: center;
    margin:0 auto 100px auto;
    float: none;
    width:100%;
}
#about_content{
    background: none;
}
}