@media only screen and (max-width: 1240px) {

}

@media only screen and (max-width: 1024px) {
    .landing-text h1{
        margin-top: 2.5rem;
    }

    .landing-text{
        margin-top: 18rem;
        height: 30rem;
        background-size: 80rem;
    }
}

@media only screen and (max-width: 850px) {
    .landing-text{
        margin-top: 18rem;
        height: 15rem;
        background-size: 80rem;
    }
    .landing-text h1{
        margin-top: 2.5rem;
    }
    .landing-text h2{
        margin-bottom: 2.5rem;
    }
}

@media only screen and (max-width: 650px) {
    .page-container{
        overflow: hidden;
    }
    
    .content-block-1{
        max-width: 100%;
        background-image: none;
        align-items: center;
        padding-top: 0;
    }
    
    .landing-text{
        max-width: 100%;
        margin-top: 13rem;
    }
    
    .landing-text h1{
        font-size: 1.5rem;
        margin-top: 0rem;
    }
    
    .landing-text h2{
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .landing-text{
        margin-top: 15rem;
        height: 15rem;
        background-size: 80rem;
    }

}


