.investment-management-container {
    height: 100%;
}

.performance-element-row {
    margin-top: 60px;
    height: 450px;
}

.performance-element {
    margin-right: 18px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: baseline;
}

.performance-upper p {
    color: var(--abbey);
    font-family: var(--font-family-myriadpro-bold);
    font-size: var(--font-size-xxxxxl);
    font-weight: 700;
    letter-spacing: 0;
    min-height: 65px;
}

.performance-middle-big {
    color: var(--granite-gray);
    font-family: var(--font-family-myriadpro-bold);
    font-size: 72.5px;
    font-style: normal;
    font-weight: 700;
    margin: 0px;
}

.performance-middle-small {
    color: var(--granite-gray);
    font-family: var(--font-family-myriadpro-semiboldit);
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0px;
    font-style: italic;
}

.performance-bottom-topline {
    color: var(--black);
    font-family: var(--font-family-myriadpro-bold);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
}

.performance-bottom-bottomline {
    color: var(--eerie-black);
    font-family: var(--font-family-calibri-light);
    font-size: var(--font-size-xxxxxl);
    font-style: normal;
    font-weight: 300;
}

.performance-upper-grey {
    height: 180px;
}

.performance-bottom {
    padding: 20px;
    height: 205px;
}

.performance-middle-blue {
    background-color: #C1DEE0;
    max-height: 162px;
}

.performance-middle-darkgrey {
    background-color: #B7B7B7;
    height: 207px;
}

.performance-middle-green {
    background-color: #CBDDB6;
    height: 245px;
}

.performance-bottom-blue {
    background-color: #67AEB2;
}

.performance-bottom-darkgrey {
    background-color: #4D4D4D;
}

.performance-bottom-green {
    background-color: #7FAB4C;
}

.business-support-row{
    min-height: 566px;
}
.investment-management-row{
    min-height: 566px;
    padding-bottom: 20px;
}