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;
    line-height: 1.5;
    margin-bottom: 0.8em;
}
section > div > h2 {
    font-family: din-condBold !important;
    color: #282828;
    font-size: 28px;
    margin-top: 1.5em;
    margin-bottom: 0.4em;
}
section > div > h3 {
    font-family: din-condBold !important;
    color: #282828;
    font-size: 22px;
    margin-top: 1.2em;
    margin-bottom: 0.3em;
}
section > div ul,
section > div ol {
    font-family: din-condMed !important;
    color: #282828;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.8em;
    padding-left: 1.5em;
}
section > div ul {
    list-style-type: disc;
}
section > div ol {
    list-style-type: decimal;
}
section > div li {
    margin-bottom: 0.3em;
}
section > div a {
    color: #282828;
    text-decoration: underline;
    transition: .2s color;
}
section > div a:hover {
    color: #595959;
}
section > div strong,
section > div b {
    font-family: din-condBold !important;
}
.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 > h2 {
        font-size: 1.9vw;
    }
    section > div > h3 {
        font-size: 1.5vw;
    }
    section > div > p,
    section > div ul,
    section > div ol {
        font-size: 1.25vw;
    }
}
@media (min-width: 1920px) {
    .logo-legal {
        width: 400px;
    }
    section > div > h1 {
        font-size: 50px;
    }
    section > div > h2 {
        font-size: 36px;
    }
    section > div > h3 {
        font-size: 28px;
    }
    section > div > p,
    section > div ul,
    section > div ol {
        font-size: 24px;
    }
}