@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
.sub_heading{display: none;}
#section1 h1 {
    color: #002971;
    font-family: 'Teko', sans-serif;
    font-size: 7vw;
    font-weight: 400;
    line-height: 1;
}
#section1 h1 span{font-size: 12vw;}

.slide1-inner{max-width: calc(100% - 40px);}

@media screen and (min-width:768px) and (max-width:1024px){
    #section1 h1 span {
        font-size: 16vw;line-height: 13vw;
    }
    #section1 h1 {
        font-size: 8vw;line-height: 12vw;
    }
}

@media screen and (max-width:767px){
    #section1 h1 span{font-size: 20vw;
        line-height: 17.5vw;}
    #section1 h1{font-size: 10vw;
        line-height: 17vw;}
}