.getshifter-function {
    padding: 0 23.5px;
}

.getshifter-function .function-inner {
    max-width: 1018px;
    width: 100%;
}

.getshifter-function .function-content {
    position: relative;
    z-index: 1;
}

.getshifter-function .function-title {
    color: #372d31;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.75;
    position: relative;
}

.getshifter-function .function-title::before {
    background-color: #892885;
    content: '';
    display: block;
    height: 8px;
    left: -10px;
    position: absolute;
    top: -2px;
    width: 8px;
}

.getshifter-function .function-items {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
}

.getshifter-function .function-items .function-item {
    width: calc(50% - 12px);
}

.getshifter-function .function-items .function-item-icon {
    margin: 0;
}

.getshifter-function .function-items .function-item-icon img {
    display: block;
    margin: 0 auto;
}

.getshifter-function .function-items .function-item-title {
    color: #892885;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.8571428571;
    margin-top: 12.28px;
    text-align: center;
}

.getshifter-function .function-items .function-item-description {
    color: #372d31;
    font-size: 0.875rem;
    line-height: 1.8571428571;
    margin-top: 8px;
}

.getshifter-function .function-links {
    margin-top: 40px;
}

.getshifter-function .function-links .function-link {
    align-items: center;
    background-color: #892885;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
    height: 59px;
    justify-content: center;
    line-height: 1.5;
    margin-top: 80px;
    width: 100%;
}
@media (min-width: 992px) {

    .getshifter-function {
        padding: 0;
    }

    .getshifter-function .function-inner {
        margin: 0 auto;
    }

    .getshifter-function .function-content {
        width: 505px;
    }

    .getshifter-function .function-title {
        font-size: 2.5rem;
        line-height: 1.6;
    }

    .getshifter-function .function-title::before {
        height: 12px;
        left: -12px;
        top: -12px;
        width: 12px;
    }

    .getshifter-function .function-items {
        gap: 96px 76px;
        margin-top: 96px;
    }

    .getshifter-function .function-items .function-item {
        width: calc(33.33333% - 50.67px);
    }

    .getshifter-function .function-items .function-item-title {
        font-size: 1.5rem;
        letter-spacing: 0.02em;
        line-height: 1.75;
        margin-top: 24px;
    }

    .getshifter-function .function-items .function-item-description {
        font-size: 0.75rem;
        letter-spacing: 0.02em;
        line-height: 2.5;
        margin-top: 16px;
    }

    .getshifter-function .function-links .function-link {
        margin: 160px auto 0;
        width: 320px;
    }
}
