@media only screen and (max-width: 414px){
    span.separator-pipe-two{
        display: none;
    }
    .footer-wrapper .pp-tos a.ot-sdk-show-settings{
        display: block;
        text-decoration: underline;
        border-bottom: none;
        text-underline-position: under;
        text-decoration-color: #faf0da;
    }
}