.custody {
    margin-top: 160px;
    margin-bottom: 120px;
}

.custody .tabs-information__card-header,
.insights .tabs-information__card-header {
    display: block;
    margin-bottom: 80px;
    font-family: 'Items';
    font-size: 56px;
    font-weight: 325;
    line-height: 53.2px;
    letter-spacing: 0.02em;
    text-align: center;
    font-variation-settings: 'wdth' 450;
    color: var(--color-bw-hi-contrast);
    ;
}

.custody--da20 {
    padding-bottom: 120px;
}

.custody .tabs-information__subheader {
    gap: 60px;
}

.custody .tabs-information__subheader p {
    max-width: unset;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
}

.custody .tabs-information__text {
    margin-bottom: 80px;
}

.custody__card {
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {

    .custody {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .custody--da20 {
        padding-bottom: 80px;
    }

    .custody .tabs-information__heading {
        font-size: var(--font-size-Level-11, 52px);
        font-style: normal;
        font-weight: 325;
        line-height: var(--line-height-Level-11, 56px);
        /* 107.692% */
        letter-spacing: 1.04px;
    }

    .custody .tabs-information__card {
        padding-bottom: 40px;
    }

    .custody .tabs-information__card:not(:last-of-type) {
        margin-bottom: 0;
    }

    .custody .tabs-information__text {
        margin-bottom: 40px;
    }

    .custody .tabs-information__subheader {
        align-items: baseline;
        flex-direction: column;
        gap: 30px;
    }

    .custody .tabs-information__subheader img {
        max-width: 233px;
        object-fit: contain;
    }

}