/* Display Page */
p{
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.Content_Container{
    margin: 50px;
}

.Course_Desc,.Other_Course div ul li{
box-shadow: rgba(50,50,93,0.25) 0px 2px 5px -1px,rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


/* Course Description */
.Course_Desc{
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 15px;   
}


.Course_Desc img{
    width: 400px;
    height: 300px;
    border-radius: 0 15px 15px 0;
    box-shadow: rgba(50,50,93,0.25) 0px 2px 5px -1px,rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}



.Course_Java{
    display: block;
    margin: 50px 40px 40px 40px;
    
    
}


/* Other Course*/

.Other_Course{
    text-align: center;
    margin-bottom: 20px;
}

.Other_Course div ul li{
    color: black;
    display: inline-block;
    height: 50px;
    width: 250px;
    text-align: center;
    padding: 15px;
    margin: 10px 28px;
    font-size: 14px;
    border-radius: 5px;

}

/* Learn more section */
.Learn h2,.Learn p{
    margin: 15px;
}

/* Whats student say */

.Alumni_Container{
    display: flex;
    text-align: center;
    margin-left: 30px;
    margin-top: 40px;
}

.Alumni_Container div{
    
    width: 400px;
    height: 300px;
    padding: 20px 30px;
    border-radius: 10px;
    max-height: 500px;
    line-height: 20px;    
    box-shadow: rgba(50,50,93,0.25) 0px 2px 5px -1px,rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin: 20px;

 
}

.Alumni_Container img{
    width: 150px;
    height:150px;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: -70px;
    
}

.Alumni_Container h5{
    color: blue;
    
}
.Alumni_Container p{
    text-align: center;
}







































