.vc-gospel__courseOutline {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0 30px;
    margin-top: 25px;
}
.vc-gospel__courseOutlineItem {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    color: #222222;
    min-height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 50px;
    box-sizing: border-box;
}
.vc-gospel__courseOutlineItem:not(:first-of-type) {
    border-top: 1px solid #DDDDDD;
}
.vc-gospel__courseOutlineItem::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 9px;
    left: 20px;
    top: 50%;
    border-bottom: 6px solid #EEAAAA;
    border-left: 6px solid #EEAAAA;
    transform: translate(-50%, -50%) rotate(-50deg);
}
.vc-gospel__realisticGospel > figure {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.vc-gospel__realisticGospel > figure > img {
    width: 644px;
    box-sizing: border-box;
    border: 10px solid #ffffff;
}
.vc-gospel__realisticGospel > figure > figcaption {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.71;
    color: #222222;
    padding: 15px 30px 15px 15px;
}

.vc-gospel__director {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #ffffff;
    box-sizing: border-box;
}
.vc-gospel__directorItem {
    box-sizing: border-box;
    padding: 0 30px;
}
.vc-gospel__directorItem:first-of-type {
    padding: 0;
}
.vc-gospel__directorItem:first-of-type > figure {
    flex-wrap: wrap;
}
/* .vc-gospel__directorItem:first-of-type {
    width: 100%;
} */
.vc-gospel__directorItem:first-of-type > figure > figcaption {
    position: relative;
    padding: 40px 30px 30px;
}
.vc-gospel__directorItem:first-of-type > figure > figcaption > h5 {
    position: absolute;
    left: -10px;
    top: 0;
    background-color: #8888DD;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 20px 0 30px;
    transform: translateY(-50%);
}
.vc-gospel__directorItem:first-of-type > figure > figcaption > h5::after {
    content: "";
    position: inherit;
    width: 30px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: inherit;
    transform: translateX(15px) skewX(-30deg);
}
.vc-gospel__directorItem:first-of-type > figure > figcaption > h6 {
    font-size: 20px;
    line-height: 1;
    color: #222222;
    margin-bottom: 20px;
}
.vc-gospel__directorItem:first-of-type > figure > figcaption > h6 span {
    font-size: 10px;
    line-height: 2;
    color: #222222;
    vertical-align: middle;
    padding-left: 30px;
}
.vc-gospel__directorItem > figure {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.vc-gospel__directorItem.vc-gospel__directorItem--reverse:not(:first-of-type) {
    padding-right: 30px;
}
.vc-gospel__directorItem.vc-gospel__directorItem--reverse:not(:first-of-type) figcaption {
    padding: 0 30px 0 0;
}
.vc-gospel__directorItem.vc-gospel__directorItem--reverse > figure {
    flex-direction: row-reverse;
}
.vc-gospel__directorItem:not(:first-of-type) {
    margin-bottom: 40px;
    padding: 0 0 0 30px;
}
.vc-gospel__directorItem:not(:first-of-type) .vc-gospel__directorItemImage {
    position: relative;
    display: flex;
    width: 250px;
}
.vc-gospel__directorItem:not(:first-of-type) .vc-gospel__directorItemImage img {
    position: relative;
    width: 240px;
    z-index: 2;
}
.vc-gospel__directorItem:not(:first-of-type) .vc-gospel__directorItemImage::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
    background-color: #8888DD;
    z-index: 1;
}
.vc-gospel__directorItem:not(:first-of-type) figcaption {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
}
.vc-gospel__directorItem:not(:first-of-type) figcaption h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625;
    color: #8888DD;
    padding: 10px 0;
}
.vc-gospel__directorItem > figure > figcaption > p {
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    color: #222222;
}


.vc-gospel__price {
    position: relative;
}
.vc-gospel__priceLabel {
    position: absolute;
    left: -10px;
    top: 0;
    transform: translateY(-50%);
}
.vc-gospel__priceLesson {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 440px;
    height: 170px;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0, 0.3);
}
.vc-gospel__priceLesson > span:nth-child(1) {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    line-height: 1.33;
    padding-bottom: 15px;
}
.vc-gospel__priceLesson > span:nth-child(2) > b {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #222222;
    line-height: 1.31;
    letter-spacing: 2.5px;
}
.vc-gospel__priceLesson > span:nth-child(2) > i {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    line-height: 1.33;
    padding-left: 10px;
}
.vc-gospel__priceLesson > span:nth-child(3) {
    font-size: 12px;
    font-weight: normal;
    color: #222222;
    line-height: 2.5;
}