.proficiency-frame__content {
    color: #274D99;
}

.proficiency-frame__desc {
    color: #777777;
}

.item__desc {
    line-height: 1rem;
    height: 52px;
    overflow: hidden;
}

.item__desc i {
    padding: 6px;
}

.proficiency-frame i {
    font-size: 20px;
    color: #2196F3;
    margin-right: 10px;
}

.proficiency-frame p,
.proficiency-frame b {
    font-size: 16px;
    color: #777777;
    /* height: 56px; */
    overflow: hidden;
    margin-bottom: 0;
}

.item__desc {
    display: flex;
    /* align-items: flex-start; */
}

section.proficiency-frame {
    background-image: url('/assets/course-live/BG.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0 60px 0;
}

.proficiency-frame__button a {
    background: linear-gradient(90deg, #F91366 0%, #FF6F42 100%);
    border-radius: 22px;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.course-frame {
    background-image: url('/assets/course-live/BG-course.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0 40px 0;
}

.solution--item__title h5 {
    font-size: 20px;
    font-weight: 700;
    color: #12387A;
}

.solution--item__description p {
    font-size: 16px;
    font-weight: 400;
    color: #636466;
    text-align: justify;
}

.solution__header--title {
    color: #284D9C;
}

.solution--item-img img {
    width: 59px;
    height: 67px;
    object-fit: cover;
    display: block;
}

.solution--item-img {
    width: 59px;
    max-width: max-content;
}

.solution--item-img {
    flex-shrink: 0;
    margin-right: 15px;
}

.register-for-local h3.register-for-local__text--title {
    font-size: 45px;
}

section.solution {
    padding: 40px 0;
    ;
}

.event__course-item-img img {
    height: 350px;
    height: 180px;
}

.course-frame__header--title,
.proficiency-frame__title,
.solution__header--title {
    font-size: 32px;
}

.course-frame__header--title h3 {
    width: 70%;
}

.solution--item-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-new .register-for-local p.register-for-local__text--desc {
    font-size: 20px;
}

.home-new .register-for-local .register-for-local__contact ul {
    font-size: 20px;
}

.home-new .register-for-local h4.register-for-local__form--title {
    font-size: 24px;
}

.home-new .register-for-local h3.register-for-local__text--title {
    font-size: 45px;
}
.home-new .register-for-local{
    margin: 0;
}

/* responsive */
@media (min-width: 1280px) and (max-width: 1512px) {}

@media (min-width: 1024px) and (max-width: 1279px) {}

@media (max-width: 1023px) {}

@media (max-width: 767px) {
    .event__course-item-img img {
        height: 180px;
    }
    h3.event__course-item--title-gd {
        height: 42px;
    }

    .course-frame__header--title,
    .proficiency-frame__title,
    .solution__header--title {
        font-size: 24px;
    }
    .solution__header--title{
        width: 80%;
    }
    .solution__header{
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .course-frame__header--title h3 {
        width: 100%;
    }

    .home-new .register-for-local h3.register-for-local__text--title {
        font-size: 24px;
        text-align: center;
    }
}

@media (min-width:0px) and (max-width: 450px) {}

@media(min-width:1024px) {}