.center {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.head-section {
    width: 100%;
    background-color: #006174;
    height: 175px;
    padding: 70px 0;
}

.head-section h1 {
    color: #ffffff;
    margin: 0;
}

section {
    padding: 30px 0 0;
}

.company-privacy-section {
    padding-bottom: 30px;;
}

a, a:visited {
    text-decoration: underline;
    color: #00a1c2;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

div {
    font-size: 18px;
    line-height: 1.9rem;
    color: #00292E;
}

#cookie-link {
    font-size: 14px;
}

@media screen and (max-width: 1440px) {
    p, div {
        font-size: 15px;
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 900px) {
    h2 {
        text-align: center;
    }

    .text-center-mobile, .text-center-mobile *  {
        text-align: center;
    }
}
