#header , .title-privacy
{
    background: linear-gradient(90deg, #001240 32.66%, #A3195B 78.99%);
}
.title-privacy
{
    height: 20vh;
    padding-top: 3rem;
}
.underline
{
    border-radius: 200px;
    background: #FFF;
    width: 79px;
    height: 4px;
    flex-shrink: 0;
    opacity: 1;
}
.title-privacy h1
{
    text-align: center;
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.privacy-policy h2 {
    color: #A3195B;
    font-family: "Playfair Display" !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.privacy-policy p
{
    color: #282828;
    text-align: justify;
    font-family: Inter !important;
    font-size: 19px;
    font-style: normal;
    font-weight: 200;
    line-height: 35px; /* 166.667% */
}
.section
{
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.underline-left
{
    width: 79px;
    height: 4px;
    flex-shrink: 0;
    border-radius: 200px;
    background: #C31162;
}


@media (max-width: 768px) {
    .title-privacy
    {
        height: 20vh;
        padding-top: 3rem;
    }
    header #navbar .navbar-nav li a
    {
        color: #fff;
    }
    .navbar-toggler
    {
        background-color: #fff;
    }
}

@media (max-width: 999px) and (orientation: landscape) {
    header #navbar .navbar-nav li a {
        color: #fff !important;
    }
}