.r-header {
    width: 100%;
    height: 100svh;
    position: relative;
    background-color: #111;
    background-image: url("../img/nuru-photos/safety.io2_1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: bottom;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 5svh
}

.r-header-container {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px
}

.r-header-content {
    padding: 40px 0
}

.r-header-content h1 {
    margin-bottom: 1.5rem;
    font-weight: 100;
    font-size: 58px;
    color: #fff
}

.r-header-content p {
    font-size: 24px;
    margin-bottom: 2rem;
    width: 450px;
    color: #fff
}

.r-header-content ::selection {
    background-color: #fff;
    color: #000
}

#all-in-one-reviews {
    overflow: hidden;
    border-radius: 25px;
    padding: 3rem 3rem 0 3rem;
    scroll-margin-top: 120px
}

#all-in-one-reviews.homepage-reviews {
    max-width: 1080px !important;
    margin: 0 auto !important;
    padding: 3rem 0 0 0 !important
}

body.bg-black .kGlsvE {
    background-color: #222 !important
}

body.bg-black .es-review-background-container * {
    color: #fff
}

body.bg-black .es-review-background-container {
    background-color: #333 !important
}