﻿.contentHeader {
    width: 100%;
    text-align: center;
    margin-bottom: 28px;
    padding-top: 40px;
}

@media (max-width: 767px) {
    .contentHeader {
        text-align: left;
    }
}

.contentHeader h1 {
    color: #d40511;
    margin: 0;
    font-size: 49px;
    font-weight: 800;
    line-height: 56px;
}

@media (max-width: 767px) {
    .contentHeader h1 {
        font-size: 25px;
        line-height: 28px;
    }
}

.contentHeader h2 {
    font-weight: 200;
    color: #323232;
    line-height: 42px;
    font-size: 39px;
    margin: 0;
}

@media (max-width: 767px) {
    .contentHeader h2 {
        font-size: 25px;
        line-height: 28px;
    }
}
