
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800;900&display=swap');




.landing{
    width:960px;
    margin:0px auto;
}

.landing *{
    font-family: 'Montserrat', sans-serif;
}

.landing .justify{
    text-align: justify;
}

.landing h1{
    font-size:20px;
    font-style: normal;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 20pt;
}

.landing .bg-gray{
    background-color: #616161;
    margin-bottom: 30px;
}

.landing .bg-gray h1{
    font-size:36px;
    font-style: normal;
    font-weight: bold;
    line-height: 44pt;
    color:#FFF !important;
}

.landing .w-600{
    width: 680px;
    margin:0px auto;
}

.landing section{
    margin:0px auto;
}

.landing h2{
    font-size:18px;
    font-style: normal;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 24pt;
    margin-top: 35px;
    margin-bottom: 35px;
}

.landing p{
    text-align: justify;
    font-size:16px;
    line-height: 18pt;
}

.landing .bg-blue{
    background-color:#017BBB;
    color:#FFF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.landing .bg-black{
    background-color: #2D2D2E;
    color:#FFF;
    padding-top: 40px;
    padding-bottom: 120px;
}

.landing .bg-black h2{
    color:#FFF;
}

.landing ul,
.landing ul li{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.landing ul li{
    margin-bottom: 15px;
    
}

.landing .bg-blue h2{
    color:#FFF;
}

.landing .w-p60{
    width:59.5%;
}

.landing .w-p40{
    width:40%;
}

.landing .blue{
    color:#017BBB;
}

.landing .inline-content > div{
    margin: 0px;
    float: left;
}

.landing .inline-content > div:nth-child(1){
    width:64%;
}

.landing .inline-content > div:nth-child(2){
    width:36%;
    text-align: right;
}

.landing .clear{
    clear: both;
    float:none;
    display: block;
    width:100%;
}

.landing .padded{
    padding-top:60px; 
    padding-right:50px; 
    padding-left:140px; 
}

.landing .iisi-block-img{
    width:565px;
    position: absolute;
    left: 20%;
    top:-80px
}

@media( max-width: 767px ) {

    .landing{
        width: 100%;
        padding: 5%;
        padding-top: 0px;;
    }

    .landing .iisi-block-img{
        width:96% !important;
        left: 10px;
        top:-20px;
    }
    
    .landing .bg-blue{
        padding:5%;
    }

    .landing .bg-blue h2{
        margin-top: 0px;
    }

    .padded{
        padding: 5% !important;
        width: 100% !important;
    }

    .landing .inline-content > div{
        width:99% !important;
        clear: both;
        text-align: center;
        margin: 0px auto;
    }

    .landing .w-600{
        width: 100% !important;
    }

    .landing .inline-content > div:nth-child(2){
        text-align: center;
    }

    .landing .bg-black{
        width: 100% !important;
        padding: 5%;
    }

    .landing .bg-gray{
        text-align: center;
    }
}