h1 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    text-transform: none;
    padding-top: 30px;
}

h1+h1 {
    padding-top: 0;
    margin-top: 0;
}

h2 {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    text-transform: none;
}

main {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    padding: 100px 0;
}

hr {
    height: 1px;
    background-color: #444;
    border: 0;
}