#block{
    padding: 50px 0;
}

#block .container-fluid{
    padding: 0 200px;
}

#block .row{
    align-items: center;
}

#block img{
    width: 100%;
    height: 518px;
    object-fit: cover;
    border-radius: 5px;
}

#block .content{
    padding-left: 50px;
}

#block h2{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

#block .content p:first-of-type{
    font-size: 19px;
    color: #37558F;
    font-weight: 400
}

#block .btn{
    width: 250px;
}

#block .click{
    margin-top: 50px;
}

#block:nth-of-type(odd){
    background: #213458
}

#block:nth-of-type(odd) h2{
    color: #fff;
}

#block:nth-of-type(odd) .content p:first-of-type{
    color: #fff;
}

#block:nth-of-type(odd) p{
    color: #fff;
}

#block:nth-of-type(odd) .content{
    padding-right: 50px;
    padding-left: 0;
}

@media(max-width:1700px){
    #block .container-fluid{
        padding: 0 100px;
    }
}

@media(max-width:1400px){
    #block .container-fluid{
        padding: 0 50px;
    }
}

@media(max-width:1200px){
    #block .content{
        padding: 0!important;
    }
}

@media(max-width:767px){
    #block .container-fluid{
        padding: 0 15px;
    }
}