﻿#service-body {
    margin-top: var(--gap-m);
    padding: 0 var(--gap-page) 0 var(--gap-page);
    z-index: 2;
}

#service-body #service-sections {
    z-index: 2;
}

#service-body #service-sections #service-stage-section #service-stage-background {
    width: 100%;
    height: 100%;
    border-radius: var(--br-m);
    background-size: cover;
    background-position: center;
}

#service-back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 50%;
    background-size: cover;
    background-position: center;
    border-radius: var(--br-m) 0 0 var(--br-m);
    z-index: 1;
}

@media (max-width: 450px) {
    #service-back {
        display: none !important;
    }
}