@charset "utf-8";

.videoTeaching_container {
    padding-bottom: 320px;
}

.videoTeaching {
    margin-top: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.videoTeaching h3 {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    line-height: 50px;
}

.videoTeaching p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
}


