hr {
    border-top: 1px solid #979797;
    border-bottom: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

a {
  font-size: 18px;
}

h2 {
    font-size: 19px;
    margin-top: 0px;
    margin-bottom: 12px;
}

h3 {
    margin-top: 40px;
    margin-bottom: 0px;
}

p, ul {
    color: #666;
    line-height: 150%;
    max-width: 750px;
    font-weight: 300;
    font-size: 18px;
}

b {
    color: #303030;
}

.primary-button {
    margin: 0;
}

@media (max-width: 415px) {
    ul {
        padding-left: 20px;
    }

    .page-column {
        text-align: left;
    }
}
