/* Focused visual refinements for the home page. */
.schemework {
    background: #f3f8f9 !important;
    min-height: 0 !important;
}

.schemeworkplace {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding-bottom: 64px;
    position: relative;
}

.schemeworkplace > div {
    box-sizing: border-box;
    min-width: 0;
    width: auto !important;
    padding: 0 !important;
    position: relative;
}

.schemeworkplace > div:not(:last-child)::before {
    background: #7daeba;
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    left: 62px;
    position: absolute;
    right: 14px;
    top: 23px;
}

.schemeworkplace .whereme {
    box-sizing: border-box;
    display: block !important;
    height: 50px;
    margin: 0 0 16px;
    padding: 0 !important;
    position: relative;
}

.schemeworkplace .uk-leader {
    display: none !important;
}

.schemeworkplace .buttonnum {
    background: linear-gradient(135deg, #176b86 0%, #3198a4 100%);
    border: 4px solid #f8fbfc;
    border-radius: 14px;
    box-shadow: 0 0 0 1px rgba(31, 105, 128, .22), 0 7px 16px rgba(27, 99, 120, .2);
    box-sizing: border-box;
    display: grid;
    height: 50px;
    min-width: 50px;
    padding: 0;
    place-items: center;
    position: relative;
    width: 50px;
    z-index: 1;
}

.schemeworkplace > div > strong {
    color: #183e52;
    font-size: 17px;
    line-height: 1.35;
    min-height: 46px;
    padding: 0 28px 8px 0;
}

.schemeworkplace > div > p {
    color: #385968;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    padding: 0 28px 0 0;
}

@media (max-width: 959px) {
    .schemework {
        min-height: 0;
    }

    .schemeworkplace {
        grid-template-columns: 1fr;
        padding: 0 0 120px;
    }

    .schemeworkplace > div {
        min-height: 118px;
        padding: 0 0 26px 66px !important;
    }

    .schemeworkplace > div:not(:last-child)::after {
        background: #8fb8c3;
        border-radius: 999px;
        bottom: -1px;
        content: "";
        left: 24px;
        position: absolute;
        top: 54px;
        width: 3px;
    }

    .schemeworkplace > div:not(:last-child)::before {
        display: none;
    }

    .schemeworkplace > div:not(:last-child) .whereme::after {
        display: none;
    }

    .schemeworkplace .whereme {
        height: 50px;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
        width: 50px;
    }

    .schemeworkplace > div > strong,
    .schemeworkplace > div > p {
        padding-right: 0;
    }
}

@media (max-width: 639px) {
    .schemework {
        border-radius: 22px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .schemework h3 {
        margin-bottom: 34px;
    }

    .schemeworkplace {
        padding-bottom: 92px;
    }
}
