.oaob-services {
    padding-top: 28px;
    padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .oaob-services {
        padding-top: 106px;
        padding-bottom: 85px;
    }
}

.oaob-services__title h1 {
    text-align: center;
    margin: 0 0 32px;
}
@media only screen and (min-width: 768px) {
    .oaob-services__title h1 {
        text-align: left;
        margin: 0 0 62px;
    }
}

.oaob-services__img {
    position: relative;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .oaob-services__img {
        min-height: 532px;
        min-width: 555px;
    }
}

.oaob-services-img__img {
    vertical-align: bottom;
    margin-bottom: 55px;
    max-width: none;
}
@media only screen and (min-width: 768px) {
    .oaob-services-img__img {
        margin-bottom: 0;
        position: absolute;
        top: -72px;
        left: 0;
    }
}



