#student-gred .nr-banner {
    background-image: url(../img/student-graduate/desk-banner.png) !important;
}

.logo-txt {
    position: relative;
}

.logo-txt img {
    margin: 0 auto;
    display: block;
/*    opacity: 0.5;*/
}

.logo-txt p {
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}

.logo-txt-wrapper {
    padding-top: 60px;
    padding-bottom: 0px;
}

.why-iti-ls h3 {
    font-size: 35px;
    padding-bottom: 20px;
}

.why-iti-ls p {
    font-size: 25px;
    font-weight: 400;
}

.life-at-iti {
    background: #000;
    border-bottom: 2px solid #DE4019;
}

.life-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.life-wrapper h3 {
    color: #fff;
    font-size: 45px;
}

.life-wrapper p {
    font-size: 25px;
    color: #fff;
    float: none;
    /* position: absolute; */
    /* right: 35%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 60px;
}

.life-explore-btn {
    background: #ffffff;
    padding: 10px 60px;
    border-radius: 46px;
    line-height: 0;
    font-size: 25px;
    line-height: 50px;
    float: right;
    position: absolute;
    right: 0;
}

.our-products {
    position: relative;
    width: 100%;
}

.product-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.product-txt h3 {
    font-size: 65px;
    color: #fff;
}

.our-product-explore {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px 30px;
    margin-top: 30px;
}

.apply-now {
    background: #DE4019;
    color: #fff !important;
    padding: 15px 80px;
    border-radius: 46px;
    font-size: 25px;
    margin-top: 30px;
}

.apply-wrapper p {
    font-size: 25px;
    font-weight: 400;
}

@media(max-width:767px) {
    #student-gred .nr-banner {
        background-image: url(../img/student-graduate/student-graduate-mob.png) !important;
    }

    .logo-txt p {
        font-size: 20px;
        line-height: 25px;
    }

    .life-wrapper {
        display: block;
    }

    .life-wrapper p {
        font-size: 20px;
        padding-left: 0px;
        padding-top: 20px;
        display: block;
    }

    .life-explore-btn {
        float: none;
        position: relative;
    }

    .apply-wrapper p {
        font-size: 20px;
    }

    .why-iti-ls p {
        font-size: 20px;
    }
    .logo-txt-wrapper{
        padding-bottom: 0;
    }
    
}
