footer {
    background: var(--brown);
    color: var(--white);
    padding: 2em 0;
}

footer .content {
    width: 80vw;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

footer .footer_logo {
    margin-right: 4vw;
    height: 10em;
}

footer .content .info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

footer .btt-main {
    height: 100%;
    font-size: 1.4em;
}

footer .contact {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.8rem;
}