
/**umb_name:h1*/
h1 {
    color: #304b9a;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 900;
}

/**umb_name:h2*/
h2 {
    color: #304b9c;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
}

/**umb_name:h3*/
h3 {
    color: #304b9c;
    font-weight: 400;
    font-size: 1.75rem;
}

/**umb_name:h4*/
h4 {
    color: #1c1c1c;
    font-weight: 400;
    font-size: 1.5rem;
}

/**umb_name:h5*/
h5 {
    color: #1c1c1c;
    font-weight: 400;
    font-size: 1.23rem;
}

/**umb_name:h6*/
h6 {
    color: #1c1c1c;
    font-size: 1rem;
    font-weight: 400;
}

