.lbox {
    margin-top: -5%;
    background: #232323;
    padding-bottom: 5%;
}

.lbox2 {
    padding-bottom: 0;
}

.case_li {
    margin-bottom: 40px;
    background: #1C1C1C;
    border-radius: 50px 0 0 50px;
    overflow: hidden;
}

.case_li_left {
    width: 50%;
    flex-shrink: 0;
}

.case_li_left .imgBox {
    padding-bottom: 65%;
}

.case_li_right {
    width: 50%;
    padding: 0 30px;
}

.case_li_right .small_title,
.case_li_right .big_title {
    text-align: left;
}

.case_li_desc {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #CCCCCC;
    line-height: 24px;
    opacity: 0.8;
    font-family: DIN-Medium;
}



/* details */

.case_content {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #CCCCCC;
    margin-top: 25px;
}

.case_mx_one {
    margin: 50px 0;
    background: #1C1C1C;
}

.case_mx_one_left {
    width: 50%;
}

.case_mx_one_left .imgBox {
    padding-bottom: 46.5%;
}

.case_mx_one_right {
    width: 50%;
    padding: 0 20px;
}


.case_mx_one_right .small_title,
.case_mx_one_right .big_title {
    text-align: left;
}

.case_mx_one_right .big_title {
    font-size: 30px;
}

.case_mx_one_right_desc {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #CCCCCC;
    margin-top: 10px;
}

.case_mx_two {
    background: #1C1C1C;
}

.case_mx_two_left {
    width: 50%;
    padding: 0 25px;
}

.case_mx_two_left .big_title {
    font-size: 30px;
    text-align: left;
}

.case_mx_two_right {
    width: 50%;
}

.case_mx_two_right .imgBox {
    padding-bottom: 86%;
}

.case_solutions {
    margin-top: 5%;
    margin-bottom: 7%;
}

.case_solutions .home_desc {
    color: #CCCCCC;
}

.case_solutions_box {
    margin-top: 50px;
    justify-content: space-between
}

.case_solutions_div {
    width: 22.5%;
}

.case_solutions_icon {
    height: 67px;
    justify-content: center;
}

.case_solutions_icon img {
    max-height: 100%;
}

.case_solutions_icon img:hover {
    transform: scale(1.1);
}

.case_solutions_tit {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    margin: 15px 0;
    text-align: center;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
}

.case_solutions_desc {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: #CCCCCC;
    text-align: center;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

@media only screen and (max-width: 950px) {
    .lbox {
        padding-top: 30px;
    }

    .case_mx_one_left,
    .case_mx_two_left,
    .case_solutions_div,
    .case_li_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .case_mx_one_right,
    .case_mx_two_right {
        width: 100%;
        padding-bottom: 20px;
    }

    .case_mx_one,
    .case_mx_two,
    .case_solutions_box,
    .case_li {
        flex-wrap: wrap;
    }

    .case_mx_two_right {
        padding-bottom: 0;
    }

    .case_li_right {
        width: 100%;
        padding-bottom: 20px;
    }

}