.mou1 .imgBox {
    padding-bottom: 48.35%;
}

.mou1 {
    position: relative;
}

.mou1_main {
    width: 58.78%;
    padding: 60px 70px;
    background: #F45B0B;
    position: absolute;
    bottom: -88px;
    right: 0;
}

.inspirations_title {
    font-family: Syne-Bold;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.inspirations_desc {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 20px;
}

.mou2 {
    margin: calc(5% + 60px) 0 5%;
    background: #F45B0B;
}

.mou2_left {
    width: 58.7%;
}

.mou2_left .imgBox {
    padding-bottom: 53%;
}

.mou2_right {
    flex: 1;
    padding: 2% 3%;
}

.mou3 {
    justify-content: space-between;
    flex-wrap: wrap;
}

.mou3_div {
    width: calc((100% - 35px) / 2);
}

.mou3_div .imgBox {
    padding-bottom: 55%;
}

.mou3_bottom {
    background: #F45B0B;
    padding: 40px;
}

.mou3_bottom .inspirations_title {
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
}

.mou3_bottom .inspirations_desc {
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
}

@media only screen and (max-width: 950px) {
    .mou1_main {
        width: 100%;
        position: relative;
        bottom: auto;
        right: auto;
        padding: 20px;
    }

    .mou2 {
        margin: 30px 0;
        flex-wrap: wrap;
    }

    .mou2_left {
        width: 100%;
    }

    .mou2_right {
        width: 100%;
    }

    .mou3 {
        flex-wrap: wrap;
    }

    .mou3_div {
        width: 100%;
        margin-bottom: 30px;
    }

    .mou3_bottom {
        padding: 20px;
    }
}