.terms-of-use-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.terms-of-use-container__title {
    width: calc(100% - 18px);
    font-family: "RobotoFlex", sans-serif;
    font-size: 11px;
    margin-top: 10px;
}

.terms-of-use-container__section__subtitle {
    margin-bottom: 10px;
}

.terms-of-use-container__section {
    font-size: 11px;
    width: calc(100% - 18px);
}

.terms-of-use-container__section p {
    font-size: 13px;
    margin-top: 3px;
    font-family: "RobotoFlex", sans-serif;
}

.terms-of-use-container__section ul {
    margin: 20px;
}

.mobileNavigation {
    display: none;
}

.header__container {
    display: none;
}

@media(min-width:768px) {

    .terms-of-use-container__title {
        width: calc(100% - 32px);
        font-size: 12px;
    }

    .terms-of-use-container__section {
        width: calc(100% - 32px);
    }

    .terms-of-use-container__section p {
        font-size: 14.5px;
        margin-top: 10px;
    }
}

@font-face {
    font-family: "RobotoFlex";
    src: url("/fonts/RobotoFlex.ttf") format("truetype");

    font-weight: normal;
    font-style: normal;
}