.liberika .courses-common-header{
    background-color: #9B51E0;
}
.liberika .courses-common-header .header-wrapper .content .title small{
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}
.liberika .courses-common-our-lessons{
    background-color: #9B51E0;
}
.liberika .courses-common-how-lessons-going .items .item{
    width: calc(100%/2 - 24px);
}

@media (max-width: 767px){
    .liberika .courses-common-how-lessons-going .items .item{
        width: 100%;
    }
}
