
@media only screen and (max-width: 1023px){
    span.separator.pipe-cookies {
        display: none;
    }
    a.ot-sdk-show-settings {
        display: block;
    }
}

.footer-outer-wrapper {
    width: 686px;
}
.copyRight {
   
    font-size: 10px;
    
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .footer-outer-wrapper {
        width: 100%;
    }
}


@media only screen and (min-width: 1024px){
    .footer-outer-wrapper {
        width: 727px;
    }
}
