.container {
    width: 1320px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0px;
    z-index: 3;
}
.banner-container {
    width: 800px;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
}
.inner-container {
    width: 800px;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
}
@media (max-width: 1360px) {
    .container {
        width: 1140px;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 980px;
    }
}
@media (max-width: 991px) {
    .container {
        width: 720px;
    }
}
@media (max-width: 768px) {
    
     .banner-container, .inner-container {
        width: 600px;
    }
    
    .banner-headline {
    font-size: 300%;
}
    
.banner-wrapper h2 {
    font-size: 230%;
}    
    
.section-headline {
    font-size: 180%;
}    
    
}





@media (max-width: 767px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .header-wrapper {
        position: fixed;
        /*
        background-color: rgb(20 53 72 / 33%);
        backdrop-filter: blur(12px);
*/
    }
    .logo-header {
        width: 100px;
        display: block;
    }
    .header-right .social-nav ul li a {
        width: 26px;
        height: 26px;
        border-radius: 2px;
    }
    .header-nav {
        position: absolute;
        top: 38px;
        z-index: 5;
        width: 100vw;
        background: #fff;
        right: -10%;
    }
    .header-right .header-nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .header-right .header-nav ul li {
        margin: 0;
    }
    .header-right .header-nav ul li a {
        display: inline-block;
        background: #fff;
        color: #000;
        border-radius: 0;
        padding: 0px 0px;
        font-size: 90%;
        height: 26px;
        line-height: 26px;
    }
    .header-right .header-nav ul li a:hover {
        background-color: #fff;
        color: #339edd;
    }
    .header-right .header-nav ul li a.is-active {
        background-color: #fff;
        color: #339edd;
    }
}
@media (max-width: 1199px) {
    .banner-wrapper {
        height: 50vh;
    }
}

@media (max-width: 767px) {

.header-wrapper .container{
    padding: 0px 20px;
}    
    
.banner-wrapper {
    height: 90vh;
    background-size: 120%;
    background-position: center 100px;
}
.section-wrapper ul {
    margin-bottom: 30px;
    padding-right: 0;
}
.section-wrapper {
    padding: 40px 0px 50px 0;
}
.section-wrapper blockquote {
    width: 100%;
    margin: 0;
    padding: 20px 0px 0 0;
}
.section-wrapper blockquote .blockquote-text {
    font-style: italic;
    font-size: 140%;
    line-height: 140%;
}  
.section-wrapper-1 .section-img,     
.section-wrapper-2 .section-img,     
.section-wrapper-3 .section-img {
    width: 100%;
    margin: 0 0 30px 0;
}    
.section-headline {
    font-size: 160%;
}    
    
.banner-headline {
    font-size: 180%;
}
.banner-headline span {
    background-color: #fff;
    padding: 20px 15px;
    display: inline-block;
    position: relative;
    border-radius: 10px;
}
.banner-headline span::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 70%;
    background-color: #fff;
    top: 50%;
    right: -19px;
    transform: translateY(-50%);
    border-radius: 0px 5px 5px 0px;
    z-index: 2;
}   
.banner-headline span::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    right: -90px;
    transform: translateY(-50%);
    border-radius: 0px 10px 10px 0px;
    z-index: 1;
}    

.banner-wrapper h2 {
    font-size: 170%;
    margin: 0 0 10px 0;
}   
    
    
}
@media (max-width: 575px) {}