.getshifter-collaboration {
    margin-top: 40px;
}

.getshifter-collaboration .collaboration-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1096px;
    width: 100%;
}

.getshifter-collaboration figure a,
.getshifter-collaboration figure span {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e2c9e1;
    border-radius: 50%;
    box-shadow: 7.9px 7.9px 0 rgba(183, 152, 184, 0.25);
    color: #fff;
    display: flex;
    height: calc(50vw - 36px);
    justify-content: center;
    margin: 0;
    padding: 0 14px;
    width: calc(50vw - 36px);
}

.getshifter-collaboration figure img {
    margin: 0 auto;
}
@media (min-width: 992px) {

    .getshifter-collaboration {
        margin-top: 64px;
    }

    .getshifter-collaboration .collaboration-inner {
        gap: 24px;
        margin: 0 auto;
    }

    .getshifter-collaboration figure a,
    .getshifter-collaboration figure span {
        box-shadow: 12px 12px 0 rgba(183, 152, 184, 0.25);
        height: 200px;
        width: 200px;
    }
}
