.container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#services {
    background: rgba(0, 0, 0, 0) url("../images/services_back.jpg") no-repeat scroll center center / cover ;
    position: relative;
    width: 100%;
    z-index: 99;
}
#services .centered-text h2.title {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    padding-top: 32px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#services .centered-text h1.title {
    color: #000;
    font-size: 27px;
    font-weight: normal;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#services .centered-text {
    color: #333;
    font-size: 19px;
    margin: 0 auto;
    max-width: 600px;
    padding: 200px 0 100px;
    position: relative;
    text-align: center;
    width: 50%;
}

