.main-content-div {
    padding: 80px 0px;
}
.iNt-main-div {
    border-radius: 30px;
    background: rgba(186, 241, 196, 0.5);
}
.lNd-main-div {
    border-radius: 30px;
    background: rgba(0, 163, 229, 0.1);
}
.iNt-content-main-div {
    padding: 32px 55px;
}
.iNt-texts-div {
    padding-left: 26px;
}
.iNt-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #363636;
}
.iNt-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #6D6E71;
}
.op-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #00A3E5;
}
.op-caption {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #363636;
}
.op-content-div {
    background: #00A3E5;
    border-radius: 0px 30px;
    padding: 24px;
}
.op-pos-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
}
.op-exp {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
.op-exp-yr {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
h5 {
    font-weight: 400 !important;
}
ul {
    font-weight: 300 !important;
}
@media screen and (max-width: 575.9px) {
    .iNt-texts-div {
        padding-left: 0px;
        text-align: center;
    }
    .iNt-content-main-div {
        padding: 0;
    } 
}
@media screen and (min-width: 576px) {
    .iNt-texts-div {
        padding-left: 0px;
        text-align: center;
    }
    .iNt-content-main-div {
        padding: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 991.9px) {
    .banner-heading-career {
        font-size: 20px;
    }
    .banner-subheading-career {
        font-size: 9px;
    }
    .carousel-caption-about {
        bottom: 0rem !important;
    }
    .iNt-content-main-div {
        padding: 0px;
    }
    .iNt-texts-div {
        padding-left: 0px;
        text-align: center;
    }
    .iNt-title {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199.9px) {
    .banner-heading-career {
        font-size: 30px;
    }
    .banner-subheading-career {
        font-size: 13px;
    }
    .iNt-title {
        font-size: 26px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .banner-subheading-career {
        font-size: 15px !important;
    }
    .banner-heading-career {
        font-size: 45px;
    }
    .iNt-title {
        font-size: 22px;
    }
}

@media screen and (min-width: 1400px) {
    .banner-heading-career {
        font-size: 45px;
    }
}