.header {
    background-size: 100%;
    background-position: 50% 38%;
}
.header h1,
.header h2 {
    padding-right: 0px;
   
}
.header h1 {
    padding-top: 20px;
}

.header .header-inner {
    width: 70%;
}
.header .wrapper-texthealine {
    max-width: 100%;
}
.header .header-inner .listoption {
    margin-top: 1em;
    margin-left: 2em;
    display: flex;
    flex-direction: column;
}
.header .header-inner .listoption .optionitem {
    position: relative;
    margin-bottom: 0.7em;
    padding-left: 1.3em;
    color: #666666;
    font-size: 1.1em;
}
.header .header-inner .listoption .optionitem::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url(/img/_btns/green_check.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    font-weight: 900;
    width: 1em;
    height: 1em;
    transform: translate(0%, -50%);
    background-size: 100%;
}

/* REGISTRATION */

@media (min-width: 768px) {
    
    .header {
      
        background-position-x: 107%;
        background-size: auto 100%;
    }
     .header h1,
    .header h2 {
        padding: 0;
    }
    .header .header-inner {
        padding: 20px 40px 10px 20px;
        width: 60%;
    }
    
}
@media (min-width: 992px) {
    .header {
        background-position-x: 110%;
    }
    .header .header-inner {
        padding: 70px 73px 10px 20px;
        width: 70%;
    }
    .header .group-logo {
        width: 60%;
    }
   
    
}
/* @media (min-width: 1200px) {
   
} */
@media only screen and (max-height: 600px) and (min-width: 568px) {
    .header h1,
    .header h2 {
        /* padding-right: 180px; */
        padding-left: 40px;
       
    }
    .header h1 {
        padding-top: 60px;
        font-size: 1.5em;
    }
    .header h2 {
         font-size: 0.9em;
    }
}



@media (min-width: 1880px) and (min-height: 885px) {
    .header .header-inner {
        width: 70%;
        padding: 4.38em 0em 0.63em 1.25em;
    }
   
    
}
