section.hero {
    margin-top: 40px;
}

section.hero .hero-heading {
    text-align: center;
    color: #111;
}

section.hero h1 {
    font-size: 27px;
    font-weight: 800;
    line-height: 1.35;
}

section.hero p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
    margin-top: 4px;
}

section.hero .hero-image-mobile {
    margin-top: 36px;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 500px) {
    section.hero h1 {
        font-size: 36px
    }

    section.hero p {
        font-size: 27px;
    }
}

@media screen and (min-width: 768px) {
    section.hero h1 {
        font-size: 42px;
    }

    section.hero p {
        font-size: 36px;
    }

    section.hero .hero-image-mobile {
        margin-top: 60px;
    }
}

@media screen and (min-width: 1140px) {
    section.hero {
        margin: 80px 0;
    }

    section.hero h1 {
        font-size: 56px;
    }

    section.hero p {
        font-size: 48px;
        font-weight: 400;
    }

    section.hero .hero-image-mobile {
        display: none;
    }
}
