#services .container-fluid {
    padding: 0 100px;
}
#services .service {
    padding: 100px 0;
    align-items: center;
}
#services img {
    width: 448px;
    height: 482px;
    border-radius: 8px;
}
#services .service-odd {
    background: #F4EFE8;
}
#services h2 {
    color: #000000;
    font-size: 33px;
    line-height: 41px;
    margin-bottom: 30px;
}
#services p {
    font-weight: 300;
    color: #473026;
}
#services ul {
    font-weight: 300;
    color: #473026;
    padding: 0;
}
#services .btn-alt {
    margin-right: 30px;
}

@media(max-width: 1600px){
    #services img{
        width: 370px;
        height: 441px;
    }
}
@media(max-width: 1200px){
    #services img{
        margin: 0 auto 20px;
        display: block;
    }
}
@media(max-width: 991px){
    #services .container-fluid {
        padding: 0 10px;
    }  
}