.course-info__item {
    width: 100%;
}

.course-info__value {
    text-overflow: ellipsis;
    overflow: hidden;
}

.teachers-slider {
    scrollbar-width: none;
}

.how-learning__row:nth-child(even) {
    flex-direction: row-reverse;
}

.course-to-favorite.bookmarked .icon-bookmark-off {
    display: none;
}

.course-to-favorite:not(.bookmarked) .icon-bookmark-on {
    display: none;
}

.faq-course-banner__button {
    display: block;
}