.courseInfo {
    z-index: 11;
}

.zn_section.courseInfo,
.courseInfoCol,
.courseInfoCol .znColumnElement-innerWrapper {
    background-color: #343754;
}
.courseInfoList .znListItems .znListItems-icon,
.courseInfoList .znListItems-text {
    color: #ffffff;
}
.courseInfo .kl-iconbox__inner .kl-iconbox__title {
    font-size: 20px;
    line-height: 30px;
}

.courseInfo__title h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 27px;
    color: #ffffff;
}

.courseInfo__title p {
    color: #ffffff;
    font-size: 18px;
}

.courseInfo__item .kl-iconbox__inner {
    display: flex;
    align-items: center;
}
.courseInfo__item .kl-iconbox__icon::before {
    background: linear-gradient(to right, #dfe7ff 1%, #ff00fc);
    -webkit-background-clip: text;
    background-clip: text;
}
.courseInfo__item .kl-iconbox__inner .kl-iconbox__title {
    background: linear-gradient(to right, #fff, #fff);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    margin-bottom: 13px;
    font-weight: 700;
}

.courseInfo__item .kl-iconbox__inner .kl-iconbox__desc {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

.courseInfo__item span.kl-iconbox__icon {
    font-size: 45px !important;
}
.courseInfo__item .kl-iconbox__icon-wrapper {
    margin-right: 15px;
}

.courseInfo__titleRight {
    position: relative;
    padding: 10px;
}

.courseInfo__titleRight .courseInfo__img {
    width: 100%;
    max-height: 350px;
    border-radius: 35px 5px 0 5px;
    position: relative;
    z-index: 3;
    object-fit: cover;
}

.courseInfo__titleRight .shape_left {
    width: 150px;
    height: 120px;
    border: 5px solid #7462f9;
    border-radius: 35px 0 0 0;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 1;
}

.courseInfo__titleRight .shape_right {
    width: 150px;
    height: 120px;
    border: 5px solid #df3ef8;
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .courseInfo__title h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .courseInfo__title p {
        margin-bottom: 20px;
    }
}
