@media  screen and (min-width: 768px) and (max-width: 1024px) {
    .legal-disclaimers {
        padding-top: 20vw;
    }

    .ld-content {
        width: 80%;
    }

    .ld-terms-text strong {
        font-size: 4vw;
    }

    .ld-privacy-text p, .ld-terms-text p, .ld-legal-text p {
        font-size: 3vw;
    }
}

@media  screen and (max-width: 767px) {
    .br-desk {
        display: none;
    }
    
    .br-mobile {
        display: block;
    }
    
    .legal-disclaimers {
        padding-top: 30vw;
    }

    .ld-content {
        width: 80%;
    }

    .ld-content h1, .ld-content h2, .ld-content h3 {
        font-size: 8vw;
    }

    .ld-privacy-text, .ld-terms-text {
        gap: 60px;
    }

    .ld-terms-text strong {
        font-size: 5vw;
    }

    .ld-privacy-text p, .ld-terms-text p, .ld-legal-text p {
        font-size: 4vw;
    }
}