#courses-new-design {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 200px;
}

.course-image,
.course-name {
    height: 150px;
    width: 90%;
    background: #fff;
}

.courses {
    display: flex;
    width: 30%;
    flex-direction: column;
    margin-bottom: 2%;
}

.course-image img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.course-name h3 {
    color: #000;
    text-decoration: none;
}