body {
    font-size: 16px;
    line-height: 1.5;
}

.non-printable {
    display: none;
}

header {
    position: unset;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    box-shadow: 0 0 0 0
}

.headerWrapper {
    box-shadow: none;
}

.title h1 {
    font-size: 25px;
}

.title h2 {
    font-size: 20px;
    margin: 0;
}

h3, .contact-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.title {
    text-align: left;
}

section.title {
    margin: 0;
}

section {
    margin: 20px 0;
}