﻿#main_content_wrapper{
    flex-direction: row;
}

#main_head {
    max-width: 750px;
    padding: 20px 40px;
    box-sizing: border-box;
    width: 75%;
}
    #main_head span {
        font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
        font-weight: normal;
        font-size: 20px;
        color: black;
        display: block;
        text-decoration: none;
    }

#gdpr {
    padding: 20px 5%;
    background-color: #E3E3E3;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: black;
    display: block;
    text-decoration: none;
}