.mou1_title {
    font-family: Delecta-Bold, Delecta-Bold;
    font-weight: normal;
    font-size: 32px;
    color: #333333;
    position: relative;
    padding-bottom: 10px;
}

.mou1_title::after {
    content: '';
    display: inline-block;
    width: 91px;
    height: 5px;
    background: #FFAD2B;
    border-radius: 18px 18px 18px 18px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mou1_title2 {
    font-family: Delecta-Bold, Delecta-Bold;
    font-weight: normal;
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
}

.mou1 .rec_desc {
    line-height: 1.8;
}

.mou1_video .imgBox {
    margin-top: 40px;
    padding-bottom: 44%;
    border-radius: 10px;
}

.mou1_video .imgBox lite-youtube>.lty-playbtn {
    width: 127px;
    height: 127px;
    background-image: url(img/play.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    filter: none;
}

.mou2 {
    margin-top: 5%;
}

.mou2_title_box {
    width: 55%;
}

.mou2_title_box .big_title,
.mou2_title_box .rec_desc {
    max-width: 437px;
}

.mou2_main {
    background: #111111;
    margin-top: 50px;
    padding: 3% 0 5%;
}

.mou2_main .layout .mou2_div:last-child {
    margin-bottom: 0;
}

.mou2_div {
    margin-bottom: 13%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mou2_div_left {
    width: 55%;
    background: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    padding: 60px 55px;
    text-align: center;
}

.mou2_div_t1 {
    font-family: Delecta-Bold, Delecta-Bold;
    font-weight: normal;
    font-size: 24px;
    text-transform: capitalize;
    color: #FFAD2B;
}

.mou2_div_t2 {
    text-transform: capitalize;
    font-family: Delecta-Bold, Delecta-Bold;
    font-weight: normal;
    font-size: 36px;
    margin-top: 10px;
    color: #333333;
}

.mou2_div_left .rec_desc {
    line-height: 2;
}

.mou2_div_right {
    width: 43%;
    margin-top: -13%;
}

.mou2_div_right .imgBox {
    border-radius: 15px;
    padding-bottom: 61.6%;
}

.mou3 {
    margin-top: 5%;
    justify-content: space-between;
}

.mou3_main_left {
    width: 45.2%;
}

.mou3_main_left .big_title {
    line-height: 1.2;
}

.mou3_main_left .rec_desc {
    line-height: 1.8;
    margin-top: 25px;
}

.mou3_main_right {
    width: 47.2%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mou3_main_right_div {
    width: 41%;
    margin-bottom: 15px;
}

.mou3_main_right_div img {
    height: 65px;
}

.mou3_main_right_title {
    margin-top: 8px;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-transform: uppercase;
}

.mou3_main_right_div .rec_desc {
    margin-top: 8px;
    line-height: 1.7em;
    height: 5.1em;
    overflow: hidden;
}

.mou4 {
    margin-top: 35px;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
    border-radius: 12px 12px 12px 12px;
    padding: 43px 0;
}

.mou4_div {
    width: 50%;
    padding: 0 60px;
}

.mou4 .mou4_div:first-child {
    border-right: 3px solid #FFAD2B;
}

.mou4_div img {
    width: 82px;
    margin-right: 20px;
    flex-shrink: 0;
}

.mou4_div_title {
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
}

.mou4_div_right .rec_desc {
    margin-top: 5px;
}

@media only screen and (max-width: 950px) {
    .mou1_video .imgBox lite-youtube>.lty-playbtn {
        width: 50px;
        height: 50px;
    }

    .mou1_video .imgBox {
        margin-top: 20px;
    }

    .mou2_title_box {
        width: 100%;
    }


    .mou2_main {
        margin-top: 30px;
        padding: 30px 0;
    }

    .mou2_div {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .mou2_div_left {
        width: 100%;
        padding: 30px;
    }

    .mou2_div_right {
        width: 100%;
        margin-top: 15px;
    }

    .mou2_div_t1 {
        font-size: 20px;
    }

    .mou2_div_t2 {
        font-size: 24px;
    }

    .mou3 {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .mou3_main_left {
        width: 100%;
    }

    .mou3_main_right {
        width: 100%;
        margin-top: 30px;
    }

    .mou4 {
        flex-wrap: wrap;
        padding: 30px 0;
    }

    .mou4_div {
        width: 100%;
        padding: 0 20px;
        border-right: 0 !important;
    }

    .mou4 .mou4_div:first-child {
        margin-bottom: 20px;
    }
}