section.normal {
    background: #fff;
    font-family: "Roboto";
    font-size: 18px;
}

section.normal h1 {
    color: #061649;
    font-family: "Poppins";
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 42px;
}

section.normal h1:before {
    content: "";
    background: #ddd;
    width: 40px;
    height: 3px;
    display: block;
    margin: 10px auto 10px auto;
}