.getshifter-link-items {
    max-width: 1016px;
    padding: 0 23.5px;
    width: 100%;
}

.getshifter-link-items .link-items {
    list-style: none;
}

.getshifter-link-items .link-item a,
.getshifter-link-items .link-item span {
    background-color: #fff;
    border: 1px solid #e2c9e1;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding: 24px 16px;
}

.getshifter-link-items .link-item a:hover {
    background-color: #f3eaf3;
    transition: all 50ms ease;
}

.getshifter-link-items .link-item a:hover figure {
    background-color: #e2c9e1;
    transition: all 50ms ease;
}

.getshifter-link-items .link-item:not(:first-child) {
    margin-top: 16px;
}

.getshifter-link-items figure {
    align-items: center;
    background-color: #f3eaf3;
    border-radius: 50%;
    display: flex;
    height: 56px;
    justify-content: center;
    margin: 0 16px 0 0;
    width: 56px;
}

.getshifter-link-items .headings {
    width: calc(100% - 72px);
}

.getshifter-link-items .heading {
    color: #892885;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02rem;
    line-height: 1.875;
}

.getshifter-link-items .explanation {
    color: #756b6e;
    font-size: 0.875rem;
    line-height: 1.8571428571;
}

.getshifter-link-items.widget-link-items {
    padding: 0;
}
@media (min-width: 992px) {

    .getshifter-link-items {
        margin: 0 auto;
        padding: 0;
    }

    .getshifter-link-items .link-items {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

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

    .getshifter-link-items .link-item a,
    .getshifter-link-items .link-item span {
        padding: 32px 24px;
    }

    .getshifter-link-items .link-item:not(:first-child) {
        margin-top: 0;
    }
}
