#hero{
    padding: 100px 0 70px;
    background: #04143B;
}

#hero h1{
    color: #fff;
    text-align: center;
    font-size: 30px;
	line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

#hero p{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    font-family: 'Oswald';
}

#hero .click{
    display: flex;
    justify-content: center;
    margin-top: 50px
}

#hero .btn-h-orange{
    color: #fff;
    margin-left: 20px;
}

#hero .btn-h-orange:hover{
    color: #000;
}

@media(max-width:576px){
    #hero .click{
        flex-direction: column;
    }
    #hero .btn-h-orange{
        margin: 20px 0 0 0;
    }
}

#s1{
    overflow: hidden;
    background: #F2F2F2;
}

#s1 .container-fluid{
    padding: 0;
}

#s1 img{
    width: 100%;
    height: 800px;
    object-fit: cover;
}

#s1 p{
    color: #0E192E;
}

#s1 h2{
    color: #0E192E;
    font-weight: 900
}

#s1 p:first-of-type{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Oswald';
}

#s1 .click{
    margin-top: 40px;
}

#s1 .row{
    align-items: center;
}

#s1 .inner{
    padding: 0 278px 0 154px;
}

#s1 .left{
    padding-right: 0;
}

#s1 .right{
    padding-left: 0;
}

@media(max-width:1600px){
    #s1 .inner{
        padding: 0 150px 0 150px;
    }
}

@media(max-width:1400px){
    #s1 .inner{
        padding: 0 50px 0 50px;
    }
}

@media(max-width:1200px){
    #s1{
        padding-top: 50px;
    }
    #s1 .inner{
        padding: 50px;
    }
    
    #s1 img{
        width: 100%;
        max-width: 600px;
        height: auto;
        aspect-ratio: 960/814;
        object-fit: cover;
        margin: 0 auto;
        display: block;
    }
    #s1 .left{
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    #s1 .right{
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

@media(max-width:600px){
    #s1{
        padding: 0;
    }
}

@media(max-width:576px){
    #s1 .inner{
        padding: 50px 15px;
    }
}

#s3{
    padding: 70px 0;
}

#s3 .row{
    align-items: center;
}

#s3 h2{
    color: #0E192E;
    font-size: 40px;
}

#s3 p:first-of-type{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Oswald';
}

#s3 p{
    color: #0E192E
}

#s3 img{
    width: 100%;
    max-width: 674px;
    max-height: 441px;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 674/441;
}

#s3 .content{
    padding-right: 50px;
}

@media(max-width:1200px){
    #s3 .content{
        padding: 0
    }
}

#banner{
    background: #04143B;
    padding: 70px 0;
}

#banner h2{
    color: #fff;
    text-align: center;
}

#banner p{
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Oswald';
}

#banner .click{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

#banner .btn{
    margin: 0 10px;
}

@media(max-width:576px){
    #banner .click{
        flex-direction: column;
    }
    #banner .btn{
        margin: 10px 0;
    }
}

#s2{
    padding: 70px 0;
}

#s2 .row{
    align-items: center;
}

#s2 h2{
    color: #0E192E;
    font-size: 40px;
}

#s2 p:first-of-type{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Oswald';
}

#s2 p{
    color: #0E192E
}

#s2 img{
    width: 100%;
    max-width: 674px;
    max-height: 441px;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 674/441;
}

#s2 .content{
    padding-right: 50px;
}