.selection-form-section {
    background: #f5f5f5 url(/local/templates/basic/img/ux/selection-form-man2.png) calc(50% - 630px) 50% no-repeat !important;
    background-size: 630px !important;
}
body .selection-form-section-outer-mb-0:after {
    height: 82%;
    top: 49.8%;
}
@media (max-width: 999px) {
    body .selection-form-section {
        padding: 26px 0 27px;
        background-size: auto 240px !important;
        background-position: calc(50% - 300px) 10px !important;
        min-height: 69px;
    }
    body .selection-form__expert-text {
        right: 55%;
        left: auto;
        bottom: 65px;
    }
}

@media (max-width: 900px) {
    body .selection-form__expert-text {
        right: 63%;
    }
}

@media (max-width: 767px) {
    body .selection-form-section {
        background-image: none !important;
    }
}