@import "reset.css";
@import "menus.css";
@import "styles.css";


.container {
    padding: 80px 64px;
}

.legal-notice-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.legal-header {
    font-weight: 700;
    font-size: 61px;
    line-height: 74px;
}

.imprint {
    font-weight: 700;
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 16px;
}

.legal-subheader {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.legal-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.legal-wrap {
    margin-bottom: 16px;
}

.blue-text {
    color: #29ABE2;
}

.history-back-btn {
    background-color: unset;
    cursor: pointer;
}

ul {
    margin-bottom: 16px;
    margin-left: 24px;
}

@media(max-width: 670px){
    .legal-header {
        font-size: 47px;
    }

    .container {
        padding: 80px 0;
    }
}