footer {
    background-color: #15285C;
    text-align: center;
}

.footer-letter-color {
    color: white;
}

.horizontal-line {
    height: 0.5px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    width: 100px;
    height: auto;
    margin-right: 20px;
}

.icon-menu-social-color {
    color: #0069B7;
    font-size: 2.5rem;
}

.footer-info {
    flex: 1;
}

img.footer-logo {
    max-width: 80%;
    height: auto;
}

.icon-social-color {
    color: white;
    font-size: 2.5rem;
}

.vertical-line {
    height: auto;
    background-color: white;
    width: 0.5px;
}

.text-left {
    text-align: left
}

@media only screen and (max-width: 720px) {

    img.footer-logo {
        max-width: 25%;
        height: auto;
    }

}