.page-new-hero {
    display: block;
    position: relative;
    padding: 60px 20px;
}

.page-new-hero .page-hero-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.page-new-hero .page-hero-content h1 {
    color: #1B1C1C;
    font-family: 'Corporative', sans-serif !important;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.page-new-hero .page-hero-content img {
    position: relative;
}

.page-new-hero > .container {
    max-width: 1251px;
    height: 100%;
}

@media( min-width: 768px ) {
    .page-new-hero .page-hero-content h1 {        
        font-size: 50px !important;   
        position: absolute;
        left: 0;
        bottom: -130px;
    }
}

@media( min-width: 1024px ){
    .page-new-hero {
        display: block;
        position: relative;
        padding: 80px 0;
        height: 285px;
    }

    .page-new-hero .page-hero-content h1 {        
        font-size: 72px !important;   
        bottom: -160px;
    }

    .page-new-hero .page-hero-content img {
        position: absolute;
        right: 0;
        top: -20px;
    }
}

/* Reduce Height */

.page-new-hero.reduce-height {
    height: 100%;
}

.page-new-hero.reduce-height .page-hero-content h1 {
    position: static;
}