.block-services-outer.block-services-company-page {
    max-width: 1100px;
    margin: 100px auto 80px;
    padding: 0 20px;
    text-align: center;
    font-size: 20px;
}

.block-services-intro {
    max-width: 820px;
    margin: 30px auto;
}

.block-services-buttonlink {
    padding: 60px 0px;
}

.block-services-company-page .block-services-buttonlink a {
    background: #fdc542;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    padding: 7.5px 30px;
    border-radius: 50px;
}

.block-services-single-step {
    max-width: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.block-services-single-step:after {
    content: '';
    position: relative;
    left: 50%;
    width: 470px;
    height: 170px;
    display: block;
    margin-top: 30px;
    background: url('../../img/services-toright@2x.png');
    background-size: 100%;
    background-position: center left;
    background-repeat: no-repeat;
}

.block-services-single-step span.steps_title {
    display: block;
    margin-bottom: 35px;
    font-weight: 400;
}

.block-services-single-step:nth-child(1) {
    margin: 100px auto 30px;
}

.block-services-single-step:nth-child(1):after {
    left: 0%;
    margin: 30px auto;
    background: url('../../img/services-start@2x.png');
    background-size: 50%;
    background-position: center left;
    background-repeat: no-repeat;
}

.block-services-single-step:nth-child(2n+3) {
    margin-left: auto;
}

.block-services-single-step:nth-child(2n+3):after {
    left: auto;
    right: 27%;
    background: url('../../img/services-toleft@2x.png');
    background-size: 100%;
    background-position: center left;
    background-repeat: no-repeat;
}

.block-services-single-step:nth-last-child(1):before {
    content: '';
    position: relative;
    left: 50%;
    width: 470px;
    height: 170px;
    display: block;
    margin-top: 30px;
    margin-bottom: 25px !important;
    left: 0%;
    margin: 0 auto;
    background: url('../../img/services-end_reversed@2x.png');
    background-size: 50%;
    background-position: center right;
    background-repeat: no-repeat;
}

.block-services-single-step:nth-last-child(1) {
    margin: 0 auto !important;
}

.block-services-single-step:nth-last-child(2):after,
.block-services-single-step:nth-last-child(1):after {
    display: none;
}


@media only screen and (max-width: 1100px) {

.block-services-single-step {
    margin-left: auto !important;
    margin-right: auto !important;
}

.block-services-steps .block-services-single-step:after,
.block-services-single-step:nth-last-child(1):before {
    background: url(../../img/services-straight.jpg);
    background-size: 52px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 100%;
    left: 0;
    height: 130px;
    margin: 15px auto -15px;
}

}




@media only screen and (max-width: 575px) {

div#block-services-company > .wp-block-group__inner-container > .wp-block-spacer,
div#block-services-brandedcontent > .wp-block-group__inner-container > .wp-block-spacer,
div#block-services-events > .wp-block-group__inner-container > .wp-block-spacer {
    height: 50px !important;
}

.block-services-outer.block-services-company-page {
    margin-top: 50px !important;
}

}