.help-wrapper {
    min-height: 60vh;
}

.heading-holder {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
}

.heading-holder h1 {
    font-size: 1.75rem;
    line-height: 1.3;
    margin: 0;
}

.heading-holder h1 img {
    display: block;
}

.heading-holder h1 small {
    display: block;
    margin-top: 0.75rem;
    font-size: 1.35rem;
    font-weight: 600;
    color: #272727;
}

.reference p {
    margin-bottom: 1.25rem;
    line-height: 1.6;
}

.reference-link,
.ref-link a {
    color: #272727;
    word-break: break-word;
    text-decoration: none;
}

.reference-link:hover,
.ref-link a:hover {
    color: #f58284;
    text-decoration: none;
}

.help-wrapper .disclaimer p,
.help-wrapper section p {
    font-size: 1.05rem;
}
