.hsb-container p {
    color: #222 !important;
}

.hsb-container h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

@media only screen and (min-width: 768px) {
    .hsb-container h1 {
        font-size: 33px;
        line-height: 37px;
    }

    .hsb-container.jumbotron .healthy-people {
        width: 688px;
    }
}

@media only screen and (max-width: 600px) {
    .healthy-people {
        margin: 0 !important;
    }
}

@media only screen and (min-width: 992px) {
    .hsb-container.jumbotron {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .webp .hsb-container.jumbotron {
        background-image: url("/components/images/hsb/hero-img-laptop.webp");
    }

    .no-webp .hsb-container.jumbotron {
        background-image: url("/components/images/hsb/hero-img-laptop.jpg");
    }

    .no-js .hsb-container.jumbotron {
        background-image: url("/components/images/hsb/hero-img-laptop.jpg");
    }
}

@media only screen and (min-width: 1200px) {
    .hsb-container.jumbotron {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .webp .hsb-container.jumbotron {
        background-image: url("/components/images/hsb/hero-img.webp");
        padding: 40px 0 0 0;
    }


    .no-webp .hsb-container.jumbotron {
        background-image: url("/components/images/hsb/hero-img.jpg");
    }

    .no-js .hsb-container.jumbotron {
        background-image: url("/components/images/hsb/hero-img.jpg");
    }
}