.book-demo-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 82.2rem;
    padding-top: 4rem;
    display: flex;
    align-items: flex-end;
}

.book-demo-hero-content {
    width: 100%;
    display: flex;
    justify-content: center;
}

.book-demo-hero img.book-demo-hero-img {
    max-width: 49.1rem;
    width: 100%;
}
