.headerCommon[data-v-03e69f50] {
    margin-bottom: 100px
}

.headerCommon .headerImg[data-v-03e69f50] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px
}

.headerCommon .headerImg img[data-v-03e69f50] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.headerCommon .headerImg .headerImg-text[data-v-03e69f50] {
    position: absolute;
    bottom: 10%;
    left: 5%
}

.NoviceTeaching {
    padding-bottom: 100px
}

.NoviceTeaching .icon-course {
    width: 40px;
    height: 40px;
    margin-right: 25px
}

.NoviceTeaching .mainData {
    background: #202630;
    border-radius: 20px 20px 0 0;
    padding: 0 15px 100px
}

.NoviceTeaching .mainData .title-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.NoviceTeaching .mainData .title-div .userIcon {
    width: 24px;
    margin-right: 15px;
    height: 24px
}

.NoviceTeaching .mainData .video-Col {
    border: 1.5px solid #454141;
    box-shadow: rgba(255, 255, 255, 0.05) 0px 1px 0px, rgba(255, 255, 255, 0.1) 0px 0px 8px;
    border-radius: 8px;
    padding: 15px 15px;
    min-height: 295px
}

.NoviceTeaching .mainData .video-Col .videoStyle {
    width: 100%;
    height: 200px;
    border-radius: 3px;
    border: 1.5px solid #454141;
    box-shadow: rgba(255, 255, 255, 0.05) 0px 1px 0px, rgba(255, 255, 255, 0.1) 0px 0px 8px;
    -o-object-fit: fill;
    object-fit: fill
}

.NoviceTeaching .mainData .video-Col .video-Text {
    width: 100%;
    font-size: 14px;
    color: white;
    font-weight: 600;
    font-family: Poppins-Bold;
    text-align: center;
    margin: 15px 0 0 0;
    white-space: pre-wrap;
    word-break: break-all
}

@media screen and (min-width:768px) {
    .NoviceTeaching .mainData {
        padding: 70px 100px 0
    }

    .NoviceTeaching .mainData .title-div {
        margin-bottom: 45px
    }

    .NoviceTeaching .mainData .video-Col .videoStyle {
        height: 200px
    }
}