h2.ComponentHeader {
    margin: 0px;
    font-size: 2.5em !important;
    text-align: center;
    text-transform: uppercase;
    margin-top: 1em !important;
    margin-bottom: 0px !important;
    color: #FFFFFF;
    padding: 0.5em 1em !important;
    border-bottom: none !important;
    flex-direction: row;
    -webkit-flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-family: 'Raleway', helvetica, sans-serif;
}