section h2.section_title {
    color: #383838;
    font-family: 'Fjalla One';
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 1.5rem;
}

#company-information {
    display: none;
}

.required:after {
    content: " *";
    color: red;
}