.intro-text p{
    margin-top: 8px;
    font-family: Roboto Slab, sans-serif;
    font-size: 20px;
    line-height: 32px;
}

form .help-block-error {
    display: none;
    color: var(--color-1);
    font-size: 13px;
    line-height: 20px;
}

.has-error .help-block-error {
    display: block;
}
