section#section-1 {
    width: 40rem;
    display: inline-grid;
}
section#section-1 div#header-1-image img {
    width: 40rem;
    height: 20rem;
    position: absolute;
}
section#section-1 div#section-1-headline {
    position: absolute;
    margin-left: 15rem;
    margin-top: 6rem;
    width: 23rem;
    height: 5.5rem;
    border: #dadada solid .25rem;
}
section#section-1 div#section-1-headline div {
    width: 20rem;
    height: 2.5rem;
    background-color: #aaaaaa;
    margin: 1.5rem;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
}
section#section-1 div#section-1-text {
    text-align: center;
    font-size: 1.2rem;
    width: 90%;
    margin: auto;
    margin-top: 21rem;
}
section#section-1 div#section-1-text span {
    font-weight: bold;
    font-size: 2rem;
}