.pageDiscri {
    height: 350px;
    background-size: cover;
    background-image: url("https://sehasinstitute.org/storage/img/student-girl.jpg");
    background-position: center;
    top: 50px;
}
.pageDiscri .text  { 
    max-width: 550px;
    font-family: 'Times New Roman', Times, serif;
    text-shadow: 2px 2px 5px black;
    padding-top: 80px;

}

.courses {
    /* background-color: rgb(214, 214, 214); */
}
.courses .aCourse {
    /* box-shadow: 0px 2px 3px 3px hsla(0, 0%, 46%, 0.178); */
    display: block;
    text-decoration: none;
    color: black;
}

.myGreyBgk {
    /* background-color: rgb(214, 214, 214); */
}
.courses .aCourse:hover {
    /* background-color: rgba(172, 216, 146, 0.582); */
}

.courseExCont {
    max-width: 600px;
}
.courseExCont .image, .image img {
    width: 100%;
}
.courseExCont .text {
    text-align: justify;
}

