.footer-rebrand {
    display: flex;
    padding: 40px 156px;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    background: #E7EBF2;
}

.footer-rebrand .content-container {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.footer-rebrand .left {
    display: flex;
    width: 744px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.footer-rebrand .footer-text {
    color: #00204E;
    font-family: CircularXXWeb-Book, sans-serif;;
    font-size: 12px;
    font-style: normal;
    font-weight: 450;
    line-height: 16px;
    letter-spacing: 0.2px;
}


