.hero {
    position: relative;
    padding: 60px 0 100px 0;
}

.breadcrumbs-bx {
    position: absolute;
    bottom: 0;
}

h1, .h1 {
    font-size: 70px;
    line-height: 75px;
}

.heading-text p {
    margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
    h1, .h1 {
        font-size: 60px;
        line-height: 65px;
    }
}

@media screen and (max-width: 1050px) {
    .hero {
        padding: 75px 0;
    }
    .breadcrumbs-bx {
        bottom: auto;
        top: 0;
    }
}

@media only screen and (max-width: 800px) {
    .hero {
        padding: 50px 0;
    }
    h1, .h1 {
        font-size: 52px;
        line-height: 57px;
    }
}