.lp-staff-11 {
    padding: 32px 0 8px 0;
}

.lp-staff-11 .lp-block-overlay {
    background-color: rgba(31, 80, 161, 0.05);
}

.lp-staff-11 .lp-staff-11__title {
    text-align: center;
    margin: 0;
}

.lp-staff-11 .lp-staff-11-items {
    padding-top: 24px;
}

.lp-staff-11 .lp-staff-11-item__photo {
    height: 202px;
    width: 202px;
    border-radius: 500px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

.lp-staff-11 .lp-staff-11-item__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-staff-11 .lp-staff-11-item-body {
    text-align: center;
    padding: 16px;
}

.lp-staff-11 .lp-staff-11-item {
    background-color: #fff;
    padding: 24px 0 8px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}

.lp-staff-11 .lp-staff-11-item__name {
    margin: 0;
}

.lp-staff-11 .lp-staff-11-item__position {
    padding: 0;
    color: var(--text-color-a-06);
    margin-top: 4px;
}

.lp-staff-11 .lp-staff-11-item__button {
    width: 100%;
    position: relative;
    text-align: center;
}

.lp-staff-11 .lp-staff-11-item__button .lp-button {
    z-index: 2;
    caret-color: transparent;
    position: relative;
}

.lp-staff-11 .lp-staff-11-item__button .line {
    width: 100%;
    position: absolute;
    top: 22px;
    z-index: 1;
}

.lp-staff-11 .lp-staff-11-item__button .line span {
    display: block;
    height: 1px;
    background-color: rgba(31, 80, 161, 0.05);
}

.lp-staff-11 .lp-staff-11-item-socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 16px 0;
    position: relative;
    z-index: 1;
}

.lp-staff-11 .lp-staff-11-item__social {
    width: 26px;
    height: 26px;
    margin: 0 16px 16px;
    box-sizing: content-box;
}

.lp-staff-11 .lp-staff-11-item__social svg {
    width: 100%;
    height: 100%;
}

.lp-staff-11 .lp-staff-11-item__social svg path {
    fill: var(--text-color-base);
}

@media all and (min-width: 600px) {
    .lp-staff-11 {
        padding: 56px 0 8px;
    }

    .lp-staff-11 .lp-staff-11-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 48px;
        margin: 0 -16px;
    }

    .lp-staff-11 .lp-staff-11-item {
        width: 276px;
        margin: 0 12px 48px;
    }
}

@media all and (min-width: 960px) {
    .lp-staff-11 .lp-staff-11__title {
        max-width: 848px;
        margin-left: auto;
        margin-right: auto;
    }

    .lp-staff-11 .lp-staff-11-items {
        padding-top: 40px;
    }

    .lp-staff-11 .lp-staff-11-item {
        width: 272px;
    }
}

@media all and (min-width: 1200px) {
    .lp-staff-11 {
        padding: 80px 0 56px;
    }

    .lp-staff-11 .lp-staff-11-item {
        margin-bottom: 24px;
        width: 368px;
        padding: 32px 0 16px;
    }

    .lp-staff-11 .lp-staff-11-item-body {
        padding: 24px 24px 16px;
    }

    .lp-staff-11 .lp-staff-11-item-socials {
        padding: 24px 24px 0;
    }

    .lp-staff-11._4 .lp-staff-11-item {
        width: 270px;
    }

    .lp-staff-11._4 .lp-staff-11-item {
        margin-right: 12px;
        margin-left: 12px;
    }
}

@media all and (min-width: 1380px) {
    .lp-staff-11 {
        padding: 80px 0 48px;
    }

    .lp-staff-11 .lp-staff-11-item {
        margin-bottom: 32px;
        width: 408px;
    }

    .lp-staff-11._4 .lp-staff-11-item {
        width: 298px;
    }

    .lp-staff-11._4 .lp-staff-11-item {
        margin-right: 16px;
        margin-left: 16px;
    }
}