.mobbanner {
    height: 101px;
}

    .mobbanner .mainhead {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

        .mobbanner .mainhead h1 {
            margin: 0;
            color: white !important;
            line-height: 44px;
        }

.flexColumn {
    flex-direction: column;
}



@media (max-width: 767px) {
    .mobbanner {
        height: 100px;
    }

        .mobbanner .mainhead {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            background-color: #004267 !important;
            background-image: none !important;
        }

            .mobbanner .mainhead h1 {
                margin: 0;
                color: white !important;
                font-size: 24px !important;
                font-weight: 400 !important;
            }
}
