.left-align {
    text-align: left;
}

.header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: bold;
}

.header-field,
.data-field {
    flex-basis: 25%;
    text-align: center;
}

.data-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.item .content {
    flex-basis: 25%;
    text-align: center;
}

.data-field.font-color-black {
    color: black !important;
}

.mortgageLeftMenu a.item {
    margin-bottom: 0;
}