.hero-heading {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.hero-heading h1 {
    text-align: center;
    margin: 0;
    margin-bottom: 0px;
    font-weight: 400;
}

.hero-heading h1 span,
.hero-heading h2 span {
    color: #4792C2;
    font-weight: 700;
}

.hero-heading p {
    text-align: center;
    margin-bottom: 0px;
}

.hero-heading img {
    margin-top: 40px;
}

@media(max-width:767px) {
    .hero-heading img {
        margin-top: 30px;
    }
}