
#footerComponent {
    margin-top: 0.5rem;
    background-color: #002239;
    display: inline-block;
}

#footerSectionTop {
    height: 75px;
    display: flex;
}

#footerSection {
    background-color: #002239;
    height: 75px;
}

    #footerSection p {
        margin-left: 5rem;
    }

.lightGrayText {
    color: #6F7378;
    padding-top: 20px;
}

.colLeft {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

    .colLeft p {
        margin-left: 5rem;
    }

    .colLeft a {
        text-decoration: none;
        color: #fff;
    }

.colRight {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .colRight img {
        margin-right: 4rem;
        margin-top: 2rem;
        width: 150px;
    }

.separator-footer {
    text-align: center;
}
