.footer-section {
    font-size: 1.17vw;
    line-height: 1.17;
    text-transform: capitalize;
    padding: 1.8vw 0;
    display: block;
    text-align: center;
}

span.copyright,
span a,
span.copyright,
span a {
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: "bebas-neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.94vw;
    padding: 0vw 0.2vw;
}

.copyrightWrapper {
    display: block;
    width: 100%;
    margin-top: 1vh;
}

span a {
    text-decoration: none;
    margin: 0 0px;
}

span.footer-links span {
    margin: 0 5px;
    color: #fff;
}

span.copyright {
    margin-right: 0;
}

span.mobile {
    display: none;
}

.copyrightWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.footer-links span {
    margin-top: -1px;
    display: inline-block;
}

.copyright a:hover {
    opacity: .6;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .copyrightWrapper {
        display: block;
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
    }

    .socials-section a {
        margin-right: 6vw;
        font-size: 5vw;
    }

    span.copyright,
    span a,
    span.copyright,
    span a {
        font-size: 3.73vw;
        display: inline-block;
        padding: 0vw 1vw;
        line-height: 4.27vw;
    }

    span.copyright {
        display: block;
    }

    span.footer-links {
        display: block;
    }

    span span:nth-last-of-type(1) {
        display: none;
    }

}