@media (min-width: 1200px){
h2 {
    font-size: 1.6rem;
}
}


@media (min-width: 1199px){
.content_heading h2 {
    font-size: 80px;
    font-weight: 700;
}
}


@media only screen and (max-width: 912px){
    h2{
        font-size: 21px
    }
}

@media only screen and (max-width: 1100px){

.inner-header {
    height:85vh;

}
}


@media only screen and (max-width: 992px){

    .promo_lines h2{
        font-size: 90px;
        line-height: 90px;
    }

    .content_heading h2 {
        font-size: 60px;
        margin-bottom: 10px;
    }
    .inner-header {
        height:60vh;
    
    }
}



@media only screen and (max-width: 890px){

    .inner-header {
        height:55vh;
    
    }
}


@media only screen and (max-width: 767.50px){
    .inner-header {
        height:80vh;
    
    }
    .promo_lines h2{
        font-size: 90px;
        line-height: 90px;
        color: #fff;
    }

    .promo_lines_left {
        left: 20%;
    }

    .promo_lines_right{
        right: 20%;
    }
    
    .thumb3{
        width: 100vw;
    }
    
    .theme_content{
        margin-top: 20px;
    }

    .inner-header {
        height:55vh;
    
    }
}



@media only screen and (max-width: 665px){

    .inner-header {
        height:50vh;
    
    }
}
    

@media only screen and (max-width: 590px){

    .promo_lines h2{
        font-size: 60px;
        line-height: 60px;
        margin-left: -235px;
        margin-top: 75px;
        color: #fff;
    }


    .thumb3{
        width: 100vw;
    }

    .inner-header {
        height:61vh;
    
    }


    .promo_lines_left {
        left: 62%;
    }

    .promo_lines_right{
        right: 10%;
    }
    

}
  

@media only screen and (max-width: 800px){
    #feature{
        margin-top: 150px;
    }
}