p, ul, ol, dl {
    margin-bottom: 0.7em;
}

h3 {
    letter-spacing: -0.04em;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0.7em;
    line-height: 1.3;
    font-weight: 700;
}
.section-content{
    padding-bottom: 15px;
    border-bottom: 2px solid #cecece;
    margin-bottom: 20px;
}
.section-content__heading {
    padding-bottom: 1.2em;
}
.section-content--border-none {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.u-align--center {
    text-align: center !important;
}