.copyright-section {
    font-size: 1vw;
    color: #FDFDFD;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin-top: 3vw;
    text-transform: uppercase;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 1vw;
}


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

@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;
    }
}
@media only screen and (max-width:1023px) and (orientation:landscape) {
    .copyright-section {

        font-size: 1vw;

    }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .copyright-section {
        font-size: 1.073vw;
    }
}