header {
    background: url("/img/guest-system/reviews/header-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

header:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    background: linear-gradient(90deg, rgba(0 0 0 / 0.4) 45%, transparent);
}

@media only screen and (max-width: 756px) {
    header:before {
        background: rgba(0 0 0 / 0.4);
    }
}

.top-bar__logo {
    width: 46px;
    margin-left: 5%;
    margin-top: 23px;
}

header section {
    color: white;
    margin-top: 77px;
    margin-left: 13%;
    max-width: 530px;
    z-index: 5;
    position: relative;
}

header section h1 {
    font-size: 60px;
    font-weight: var(--very-bold);
    margin-bottom: 18px;
}

header section p {
    font-size: 24px;
    line-height: 1.4;
    max-width: 460px;
    margin-bottom: 35px;
}

header section img {
    width: 145px;
    margin-top: 40px;
}

@media only screen and (max-width: 756px) {
    header {
        background: url("/img/guest-system/reviews/header-background-mobile2.png");
        background-repeat: no-repeat;
        background-size:cover;
        padding-bottom: 32px;
        background-position: center;
    }

    header .get-started-button {
        display: flex;
    }

    header section {
        max-width: unset;
        text-align: center;
        margin: 77px 15px 0;
    }

    header section h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    header section p {
        font-size: 16px;
        margin-bottom: 27px;
    }

    .get-started-btn {
        width: 100%;
        margin: auto;
    }

    header section img {
        width: 116px;
        margin-top: 20px;
    }
}
