[data-section="page-hero-3"] {
    padding-top: 0;
    padding-bottom: 0;
}

[data-section="page-hero-3"] picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

[data-section="page-hero-3"] .row {
    min-height: calc(100vh - 70px);
    padding-top: 6rem;
    z-index: 3;
    position: relative;
    color: #000;
    height: 100%;
}


[data-section="page-hero-3"] h1 {
    font-size: 5.5rem;
    line-height: 1em;
}

[data-section="page-hero-3"] .btn-arrow {
    color:#000;
}




@media (max-width: 768px) {
    [data-section="page-hero-3"] picture img {
        object-position: center bottom;
    }

    [data-section="page-hero-3"] .row {
        padding-top: 4rem;
        padding-bottom: 0rem;
        min-height: calc(70vh - 70px);
    }
    [data-section="page-hero-3"] h1 {
        font-size: 2.5rem;
        line-height: 1em;
    }
}

