.welcome-header {
    position: relative;
    background: url('../../images/welcome-header-background.jpg');
    height: 396px;
}

.welcome-header-back-button {
    margin-top: 28px;
}

.welcome-header-back-button a {
    display: flex;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.welcome-header-back-button a:hover {
    text-decoration: underline;
}

.welcome-header-back-button span {
    margin-left: 10px;
}

.welcome-header-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.welcome-header-title {
    font-family: "Larsseit";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #ffffff;
}

.welcome-header-subtitle {
    margin-top: 24px;
    font-family: 'Larsseit';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #ffffff;
}

@media (max-width: 991px) {
    .welcome-header-title {
        font-size: 40px;
        line-height: 44px;
    }
}

@media (max-width: 575px) {
    .welcome-header {
        height: 296px;
    }

    .welcome-header-title {
        font-size: 32px;
        line-height: 36px;
    }
}