﻿h4 {
    font-weight: 700 !important;
}

.header-image {
    height: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}

.inner-v2 {
    padding-bottom: 0 !important;
}

h2 {
    font-weight: 700 !important;
    font-size: 38px !important;
}

@media (max-width: 767px) {
    .header-image {
        height: auto;
    }
}