body {
    background-color: rgb(255, 252, 252);
}

.servicesGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: rgb(240, 115, 26);
    background-color: rgb(63, 60, 66);
    border-radius: 15px;

}
.divCourses{
    background-color: aquamarine;
    border-radius: 20px;
    column-gap: 30px;
    margin:25px;
}
.image {
    width: 100%;
    height: 470px;
    border-radius: 20px;
}
.contentList{
    margin-left: 30px;
    margin-right:25px;
}