.main {
    margin-top: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.main h1 {
    color: #FF6B6B;
}
.course1 {
    width: 70%;
    height: 170px;
    background-color: #BAE6FD;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}
.course-content {
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: center;
}
.left-block {
    display: flex;
    gap: 15px;
    align-items: center;
}
.course-descript p {
    margin: 0;
    margin-bottom: 5px;
}
.icon {
    width: 90px;
    height: 100px;
}
.trash-icon {
    width: 25px;
    height: 25px;
    cursor: pointer;
}