#hero h1{
    font-size: 90px;
    line-height: 110px;
}

#hero .btn-green{
    margin-right: 15px
}

#hero .btn-green:hover{
    color: #fff!important;
}

@media(max-width:1200px){
    #hero h1{
        font-size: 60px;
        line-height: 70px
    }
}

#s1{
    padding: 70px 0;
}

#s1 h2{
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: #1D3460;
}

#s1 .line{
    border-top: 3px solid #17A0D6;
    width: 100px;
}

#s1 p{
    text-align: center;
}

#s1 .row{
    justify-content: center;
}

#block:nth-of-type(odd){
    background: #F3F2F3;
}

#block{
    padding: 70px 0;
}

#block .row{
    align-items: center;
}

#block img{
    max-width: 526px;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
}

#block .content{
    padding-left: 100px;
}

#block .name{
    color: #1079A2;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
}

#block h2{
    color: #1D3460;
    font-weight: 900;
}

#block .btn{
    color: #000;
}

@media(max-width:1200px){
    #block img{
        margin: 0 auto;
        display: block;
    }
    #block .content{
        padding: 0;
    }
}