.hero-unit {
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 60px;
    color: inherit;
    border-radius: 6px;
    background-color: var(--background);
}
.hero-unit h1 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: -1px;
    color: inherit;
}
.hero-unit li {
    line-height: 30px;
}