.footer-container {
    height: 50px;
    color: black;
    border-top: 1px solid #d3d6da;
    align-items: center;
    /* margin-top: 550px; */
}

.footer-title {
    font-weight: 700;
    font-size: 34px;
    font-family: 'Times New Roman', Times, serif;
    line-height: 100%;
    letter-spacing: -3px;
    text-align: center;
    left: 0;
    right: 0;
    pointer-events: none;
    display: block;
    margin-top: 30px;
}

.footer-sub-title {
    font-weight: 500;
    font-size: 28px;
    font-family: 'Times New Roman', Times, serif;
    line-height: 100%;
    letter-spacing: -3px;
    text-align: center;
    left: 0;
    right: 0;
    pointer-events: none;
    display: block;
}

.footer-about-us {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    text-align: center;
}

