.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '►';
}

.dashboard-card .dashboard-card-img {
    background-position: center;
    background-size: cover;
    background-origin: border-box;
}

.path-course-index #region-main .course_category_tree.category-browse div.category.with_children div.course-contacts {
    padding: 10px;
}
.path-course-index #region-main .course_category_tree.category-browse div.category.with_children div.course-contacts a.contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.path-course-index #region-main .course_category_tree.category-browse div.category.with_children div.course-contacts a.contact img {
    width: 50px;
}
.path-course-index #region-main .course_category_tree.category-browse div.category.with_children div.course-contacts a.contact .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.path-course-index #region-main .course_category_tree.category-browse div.category.with_children div.course-contacts a.contact .info > * {
    margin: 0px;
}