.fund-team-page-title {
    margin-top: 0;
    color: #fff;
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
    text-align: left;
}

.fund-team-grid {
    display: grid;
    grid-template-columns: repeat(var(--fund-team-columns-desktop, 4), minmax(0, 1fr));
    gap: 2rem 1.25rem;
    align-items: stretch;
}

.fund-team-grid > .box,
.fund-team-grid > .box33,
.fund-team-grid > .box22,
.fund-team-grid > .box11 {
    display: contents;
}

#content1 .fund-team-grid .organ {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: var(--member-card-min-height, var(--fund-team-card-min-height, 540px));
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 60, 131, 0.12);
}

.fund-team-grid .organ > a {
    display: block;
    width: 100%;
}

.fund-team-grid .organ__item,
.fund-team-grid .organ > img {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.fund-team-grid .organ__item {
    height: var(--member-image-height, var(--fund-team-image-height, 360px));
    background: #f5f7fa;
}

.fund-team-grid .organ__img,
.fund-team-grid .organ > img {
    display: block;
    width: 100%;
    height: var(--member-image-height, var(--fund-team-image-height, 360px));
    object-fit: var(--member-image-fit, var(--fund-team-image-fit, contain));
    object-position: var(--member-image-position-x, 50%) var(--member-image-position-y, 0%);
    transform: scale(var(--member-image-zoom, 1));
    transform-origin: var(--member-image-position-x, 50%) var(--member-image-position-y, 0%);
    transition: transform .3s ease;
}

#content1 .fund-team-grid .organ .box2 {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    min-height: 17rem;
    padding: 1rem;
    overflow: visible;
    box-shadow: none;
}

.fund-team-grid .box2__table {
    width: 100%;
    height: auto;
    table-layout: fixed;
}

.fund-team-grid .box2__table td {
    height: auto;
    padding: .35rem 0;
    line-height: 1.35;
    vertical-align: middle;
    overflow-wrap: anywhere;
}

.fund-team-grid .box2__table td.caption {
    height: auto;
}

.fund-team-grid .box2__table td.position {
    height: auto;
}

.fund-team-grid .box2__table a {
    font-size: .88rem;
    overflow-wrap: anywhere;
}

.fund-team-grid .team-card--employee {
    order: 30;
}

.fund-team-card-content {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    width: 100%;
}

.fund-team-card-content .caption {
    width: 100%;
    margin: 0;
    color: #003c83;
    font-size: clamp(1.35rem, 1.6vw, 1.65rem);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

#content1 .fund-team-grid .fund-team-card-content .caption .fund-team-patronymic {
    display: block;
    width: 100%;
    margin-top: .2rem;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    line-height: inherit;
    text-align: center;
    text-transform: none;
}

.fund-team-card-content .position,
.fund-team-card-content .description {
    margin: 0;
    line-height: 1.45;
}

.organ__img--empty {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.structure-viewer-frame {
    display: block;
    width: 100%;
    min-height: 720px;
    border: 1px solid #d7dde6;
    border-radius: 8px;
    background: #fff;
}

@media (max-width: 900px) {
    .fund-team-grid {
        grid-template-columns: repeat(var(--fund-team-columns-tablet, 2), minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .fund-team-grid {
        grid-template-columns: repeat(var(--fund-team-columns-mobile, 1), minmax(0, 1fr));
        gap: 1.5rem;
    }

    #content1 .fund-team-grid .organ .box2 {
        min-height: 0;
    }
}
