.service-screen {
    position: relative;
    min-height: 100vh;
}

.top-line {
    display: none;
}

.service-head-container {
    padding: 73px 24px 33px;
    display: flex;
    align-items: flex-end;
    min-height: 181px;
    height: 181px;
}

.service-screen > .swiper-wrapper {
    display: contents;
}

.service-name {
    font-family: Obviously Wide Medium;
    font-size: 30px;
    font-weight: 650;
    line-height: 39px;
    text-transform: capitalize;
}

body.show-scrollbar {
    overflow-y: overlay;
}

@media (min-width: 768px) {
    .service-head-container {
        position: relative;
        min-height: 316px;
        height: 316px;
        padding-bottom: 44px;
    }

    .service-name {
        font-size: 44px;
        line-height: 53.24px;
    }
}

@media (min-width: 1194px) {
    body {
        overflow: hidden;
    }

    .service-head-container {
        padding: 249px 115px 116px 100px;
        min-height: 650px;
        height: 650px;
    }
    .service-name {
        font-size: 100px;
        line-height: 121%;
    }

    .top-line {
        display: unset;
        position: absolute;
        bottom: 0;
        left: 59px;
        height: calc(100% - 132px);
        width: 1px;
        background-color: var(--color-black);
        z-index: 5;
    }
    .service-screen > .swiper-wrapper {
        display: flex;
    }

    #hero-swiper > .swiper-wrapper > * {
        height: 100%;
    }
}

@media (min-width: 1500px) {
    .service-head-container {
        padding: 232px 175px 133px 120px;
        min-height: 573px;
        height: 573px;
    }

    .service-name {
        margin-top: 4px;
        max-width: 1678px;
    }
}

@media (min-width: 1920px) {
    .service-head-container {
        width: 100vw;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .service-name {
        width: 1678px;
    }
}
