/**
 Theme Name: OnePress Child
 Version: 1.0.5
 Template: onepress
*/

@media screen and (min-width: 1140px){
    .hero-content-style1 .hero-small-text p {
        font-size: 20px;
    }
}

@media screen and (min-width: 940px){
    .hero-content-style1 h2.hero-large-text{
        font-size: 60px;
    }

    .hero-content-style1 .hero-small-text p{
        font-size: 16px;
    }
}

@media screen and (min-width: 720px){
    .hero-content-style1 h2.hero-large-text {
            font-size: 45px;
        }
}

section.section-meta{
    background-color: #FBFBFB;
}