.footer-section-wrapper {
    margin-top: 0vw;
    background-color: #D4CFCB;
}

.socials-section a {
    text-decoration: none;
    color: #547384;
    margin-right: 1.1vw;
    font-size: 1.4vw;
}

.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.footer-links a,
span.copyright,
span.footer-links a {
    text-transform: capitalize;
    color: #547384;
    font-family: "bebas-neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.17vw;
}

.copyrightWrapper {
    display: block;
    width: 100%;
    margin-top: 1vh;
}

span.footer-links a {
    text-decoration: none;
    margin: 0 0px;
}

span.footer-links span {
    margin: 0 5px;
    color: #547384;
}

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;
}



@media only screen and (max-width: 1023px) {
    .copyrightWrapper {
        display: block;
        width: 100%;
        max-width: 85%;
        margin: 0 auto;
    }

    .socials-section a {
        margin-right: 6vw;
        font-size: 5vw;
    }

    span.copyright,
    span.footer-links a,
    span.copyright,
    span.footer-links a {
        font-size: 4.1vw;
        display: inline-block;
    }

    span.copyright {
        display: block;
    }

    span.footer-links {
        display: block;
    }

    span.footer-links span:nth-last-of-type(1) {
        display: none;
    }

    span.footer-links span.mobile {
        display: none;
    }

    span.footer-links span {
        margin-top: -3px;
        display: inline-block;
        font-size: 4.1vw;
    }
}