.footer-container{
    width: 100%;
    height: 18vh;
}
.footer-links-container{
    width: 33vw;
    height: 90%;
}
.footer-links-item{
    width: 100%;
    height: 50%;
}
.footer-links-item span{
    position: relative;
    top:0%;
    font-size: 1.6vw;
}
.footer-logo-container{
    width: 33vw;
    height: 90%;
    left: 33%;
}
.footer-logo-container img{
    max-width: 60%;
}
.footer-socials-container{
    width: 33vw;
    height: 90%;
    left: 66%;
}
.socials-text-container{
    height: 20%;
    width: 60%;
    left: 40%;
    text-align: center;
    font-size: 1.6vw;
}

.socials-logos-container{
    height: 4.5vw;
    width: 70%;
    left: 30%;
    top:10%
}
.social-logos-item{
    width: 4.5vw;
    height: 4.5vw;
    top:0%;
    left: 5%;
    font-size: 4vw;
}
.social-logos-item i{
    margin: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-copy-container{
    position: absolute;
    top:90%;
    width: 100%;
    font-size: 1.3vw;
}