@media screen and (max-width:767px) {
    #landing-hero h1 {
        text-align: center;
    }
    .landing-hero-img, .landing-section-2-img {
        margin-bottom: 60px;
    }

    .landing-section-3-img {
        display: none;
    }
}