/*Footer*/
footer {
    margin-top: 232px;
    max-width: 1920px;
    background-color: black;
    color: white;
    vertical-align: center;
}
.footer-wrapper {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-icons {
    width: 300px;
    display: flex;
    justify-content: space-between;
}
.social-icons i {
    font-size: 1.5rem;
}
.social-icons i:first-child {
    margin-right: 40px;
}

@media only screen and (max-width: 1280px) {
    .big-wrapper {
        max-width: 86%;
    }
    .social-icons {
        width: 250px;
    }
}
@media only screen and (max-width: 854px) {
    .footer-wrapper img {
        width: 75%;
    }
}