.footer {
    font-family: "HelveticaNeue-Medium", Helvetica, Arial, serif;
    background-color: #171717;
    height: 104px;
    color: #af9e88;
    font-size: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 300;
}

.social-logos span {
    font-size: 35px;
}

@media screen and (max-width: 768px) {
    .footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .row div {
        margin-top: 15px;
    }

    .row div:first-of-type {
        margin-top: 0;
    }
}