/* 
 * Custom Styles
 * Add your custom CSS here. 
 * This file is loaded after the main theme styles.
 */

:root {
    --custom-color: #ff0000;
}

.courseInfo__hl {
    background-image: url(../images/bgaftercourse.png);
    background-repeat: no-repeat;
    background-size: 119px 119px;
    background-position: right top;
}

.homeAbout__box:not(:first-child) .number {
    padding-left: 70px;
    border-left: 1px solid #7569C5;
}

.homeAbout__box:not(:first-child) .title {
    padding-left: 70px;
}

.homeAbout__box .number::after {
    content: "";
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 22px;
}