.lbanner-pp .lbanner-desc {
    display: none !important;
}

.S_Case_main {
    margin-top: 5%;
}

.S_Case_main .case_title {
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.S_Case_main .case_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 30px 0;
}

.S_Case_main .case_item {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.S_Case_main .case_item:nth-child(2n) .item_img {
    order: 1;
}

.S_Case_main .case_item:nth-child(2n) .item_txt {
    order: 2;
}

.S_Case_main .case_item .item_txt {
    width: 55%;
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_Case_main .case_item .item_txt p {
    margin-bottom: 25px;
}

.S_Case_main .case_item .item_img {
    width: 40%;
    position: relative;
    height: 350px;
    overflow: hidden;
    border-radius: 12px;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.S_Case_main .case_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.S_Case_main .case_item .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.S_Case_box {
    margin-top: 5%;
}

.S_Case_box .box_title {
    font-family: 'OpenSans-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

.S_Case_box .box_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 30px 0 40px;
}

.S_Case_box .box_item {
    margin-bottom: 50px;
}


.S_Case_box .box_item .item_title {
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.S_Case_box .box_item .item_info {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_Case_box .box_item .item_info li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
}

.S_Case_box .box_item .item_info li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2.5px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #666666;
    border-radius: 50%;
}

@media only screen and (max-width: 950px) {
    .S_Case_main .case_title {
        font-size: 35px;
        line-height: 40px;
    }

    .S_Case_box .box_title {
        font-size: 35px;
        line-height: 40px;
    }

    .S_Case_box .box_item .item_title {
        font-size: 22px;
        line-height: 1.5;
    }

    .S_Case_main .case_item {
        flex-direction: column;
    }

    .S_Case_main .case_item .item_txt {
        order: 2 !important;
        width: 100%;
    }

    .S_Case_main .case_item .item_img {
        order: 1 !important;
        width: 100%;
        height: 0;
        padding-bottom: 63%;
        margin-bottom: 30px;

    }
}