.hero-bg {
    height: 108vh;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 20px;

}

.text-layer {
    padding-top: 30%;
}

.text-layer h1 {
    font-size: 4rem;
    /*font-size: 3rem;*/
}

.text-layer p, .breadcrumb-layer {
    width: 80%; /* or 85% */
    /*width: 70%;*/
}

.text-layer .btn {
    font-size: 1.3rem;
}

@media (max-width: 575.98px) {
    .text-layer h1 {
        font-size: 2rem;
    }

    .text-layer .btn {
        font-size: 1.15rem;
    }
}

@media (min-width: 768px) {
    .text-layer {
        padding-top: 15%;
    }

    .text-layer p, .breadcrumb-layer {
        width: 50%;
        /*width: 36%;*/
    }
}