.home-header__logo{
    margin-bottom: 1.5rem;
}
.home-header__logo img{
    width:auto;
    height:88px}
.header-text{
    width: 52%;
}
.header-text p:first-child {
    margin-bottom:2rem;
}
.header-text p {
    font-size: 0.7rem;
    line-height: 1rem;

}
@media screen and (max-width: 820px) {
    .home-header__content {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media(max-width:800px){
    .home-header-inpage-nav {
        height: 145px;
        width: 320px;
        bottom: 20px;
        right: 20px;
        left: auto;
    }
}
/* @media screen and (min-width: 820px) {
    .home-header__content {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media(min-width:800px){
    .home-header-inpage-nav {
        height: 145px;
        width: 320px;
        bottom: 20px;
        right: 20px;
        left: auto;
    }
} */
@media(max-width:800px){
   
    .header-text{
        width: 100%;
    }   
    .home-header__bg--landscape{
        height:100vh
    }
    .home-header__title {
        font-size: 2rem;
        line-height: 3rem;
    }
    /* .home-header {   
    min-height: calc(100vh + 100px);    
    } */

}
@media(max-width:430px){
    
    .home-header__content {       
         
        justify-content: center;

    }
}
@media(max-width:375px){
    
    .home-header__content {       
        padding: 88px 20px;     
        justify-content: normal;

    }
}

@media(max-width:360px){
    .home-header {
        min-height: 14% !important;
    }
    .home-header__content {       
        padding: 88px 20px;     
        justify-content: normal;
    }
}

.home-header__content {  
    background: none!important
 }
 @media (max-width:768px) {
    .home-header__content {
   
        padding: 80px 20px 200px 20px;
     }
 }
 /*  */
 @media (max-width:430px) {
    .home-header__title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (max-width: 360px) {
    .home-header {
        min-height: 10% !important;
    }
    .home-header__content {
        padding: 70px 20px 200px 20px;
    }
    .header-text p:first-child {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 800px) {
    .home-header-inpage-nav {
        height: 145px;
        width: 320px;
        bottom: 20px;
        right: 20px;
        left: auto;
    }
}
@media (max-width: 340px) {
    .home-header {
        min-height: 10.9% !important;
    }
}