body {
    background-image: none;
    background-color: white !important;
}
section > {
    min-height: 100vh;
}
section > div {
    margin: 5vh auto;
    width: 80vw;
}
section > div > * {
    color: #282828;
    font-family: din-condMed !important;
}
section >  div > h1 {
    font-family:  din-condBold !important;
    color: #282828;
    font-size: 40px;
}
section >  div > p {
    font-family: din-condMed !important;
    color: #282828;
    font-size: 18px;
}
.logo-legal {
    width: 70%;
    display: block;
    margin: 0 auto;
}
.logo-legal > img {
    width: 100%;
}

@media (min-width: 991px) {
    .logo-legal {
        width: 20.83vw;
    }
    section >  div > h1 {
        font-size: 2.6vw;
    }
    section >  div > p {
        font-size: 1.25vw;
    }
}
@media (min-width: 1920px) {
    .logo-legal {
        width: 400px;
    }
    section >  div > h1 {
        font-size: 50px;
    }
    section >  div > p {
        font-size: 24px;
    }
}