.copyright-section {

    font-size: 1vw;

    color: #FDFDFD;

    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;

    text-align: center;

    margin-top: 5vw;
    margin-bottom: 1vw;

    text-transform: uppercase;

    max-width: 100%;

}

.copyright-section span,
.copyright-section a {

    text-decoration: none;

    color: #FDFDFD;

}

.copyright-section a:hover {
    text-decoration: underline;
}

.copyright-section>div {
    display: inline-block;
}

.copyright-section-left {
    margin-right: 0.6vw;
}

br.mob {
    display: none;
}

@media only screen and (max-width:1023px),
only screen and (max-width:1024px) and (orientation:portrait) {
    .copyright-section {

        font-size: 2.400vw;
      
    }

    .copyright-section span {
        padding: 0 0.15vw;
    }



    a.ot-sdk-show-settings {
        display: block;
    }

    br.mob {
        display: block;
    }

    .copyright-section>div {
        display: block;
    }

    span.separator.mob-br {
        display: none;
    }
}