.content-wrapper {
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.headline-section {
    margin-bottom: 50px;
}

.line {
    height: 100px;
    width: 10px;
    background-color: black;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.headline-section h1 {
    font-size: 56px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.text-section {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.text-block {
    padding: 20px;
    width: 100%;
}

.text-block h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.text-block p {
    font-size: 20px;
    line-height: 1.5;
    align-self: normal;
}

.mail-section {
    margin-top: 45px;
    font-size: 50px;
}

.mail-section p {
    font-size: large;
}

.mail-section a {
    color: #000000;
    font-weight: bolder;
    text-decoration: none;
}