


/* user-management start here  */

.user-management-main{
}

.user-management-desc p{
    color: #000;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: justify;
}
.user-management-list ul li{
    font-size: 16px;
    color: #000;
}

.user-management-img img{
    width: 70%;
}
/* user-management start here  */

/* alumni-community start here  */

.alumni-community-main{
}

.alumni-community-desc p{
    color: #000;
    font-size: 16px;
}
.alumni-community-list ul li{
    font-size: 16px;
    color: #000;

}

.alumni-community-img img{
    width: 70%;
}


/* alumni-communityend here  */

/* reoport analysis start here  */

.job-board-main{
}

.job-board-desc p{
    color: #000;
    font-size: 16px;
}

.job-board-list ul li{
    font-size: 16px;
    color: #000;
}
.job-board-img img{
    width: 70%;
}


/* reoport analysis end here  */

/* chatting-system start here  */

.chatting-system-main{
}

.chatting-system-desc p{
    color: #000;
    font-size: 16px;
}

.chatting-system-list ul li{
    font-size: 16px;
    color: #000;
}
.chatting-system-img img{
    width: 70%;
}

/*  chatting-system end here  */


/* our strength start here  */

.pos-our-strength-main{
}

.pos-our-strength-desc p{
    color: #000;
    font-size: 16px;
}

.pos-our-strength-list ul li{
    font-size: 16px;
    color: #000;
}
.pos-our-strength-img img{
    width: 70%;
}

/*  our strength  end here  */




@media screen and (max-width: 992px) {

    .user-management-main .row{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .job-board-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .product-management-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .smart-key-features-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }


}

@media screen and (max-width: 576px) {
   

    .alumni-community-img img{
        width: 90%;
    }
    .user-management-img img{
        width: 90%;
    }
    .job-board-img img{
        width: 90%;
    }
    .chatting-system-img img{
        width: 90%;
    }

    .product-management-img img{
        width: 90%;
    }

    .business-management-img img{
        width: 90%;
    }
    
    
}