header {
    width: 100%;
    position: relative;

    z-index: 2;
}

body {
    background: white;
}

.header-desktop .header-second-line .menu-navbar ul li a{
    color: var(--brown);
}

.terms_section {
    padding: 30px 10%;
    padding-bottom: 80px;
}

.terms_section h1 {
    color: var(--red);
    font-size: 37px;
    display: block;
    margin-bottom: 30px;
}

.terms_section p {
    text-align: justify;
    color: var(--brown);
}

.terms_section a {
    color: #0000EE;
    font-weight: 500;
}
