.lbanner-pp .lbanner-btn {
    display: none !important;
}

.S_Case_main {
    margin-top: 5%;
}

.S_Case_main .case_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #020C1E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_Case_main .case_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 25px 0 40px;
}

.S_Case_main .case_item {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
    -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 {
    width: 40%;
    position: relative;
    height: 378px;
    overflow: hidden;
}


.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:hover .item_img img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.S_Case_main .case_item .item_info {
    width: 55%;
}

.S_Case_main .case_item .item_info .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 22px;
    color: #020C1E;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_Case_main .case_item .item_info .item_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 30px 0 45px;
}

.S_Case_main .case_item .item_info .item_btn a {
    display: inline-block;
    padding: 8px 15px;
    background: var(--conmmonColor);
    border: 2px solid var(--conmmonColor);
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.S_Case_main .case_item .item_info .item_btn a:hover {
    color: #020C1E;
    background-color: transparent;
}

.more_case {
    margin: 5% 0;
}

.more_case .more_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 30px;
    color: #020C1E;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 44px;
}

.more_case .case_list {
    justify-content: flex-start;
    align-items: flex-start;
}

.more_case .case_list .case_item {
    width: 32%;
    margin-right: 35px;
    -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;
}

.more_case .case_list .case_item:nth-child(3n) {
    margin-right: 0;
}

.more_case .case_list .case_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 65%;
}

.more_case .case_list .case_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.more_case .case_list .case_item:hover .item_img img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.more_case .case_list .case_item .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 22px;
    color: #020C1E;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin: 40px 0 15px;
}

.more_case .case_list .case_item .item_title a {
    display: inline-block;
    color: #020C1E;
}

.more_case .case_list .case_item:hover .item_title a {
    color: var(--conmmonColor);
}


.more_case .case_list .case_item .item_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #798190;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 40px;
}


.more_case .case_list .case_item .item_desc a {
    display: inline-block;
    color: #798190;
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}


.more_case .case_list .case_item:hover .item_desc a {
    color: var(--conmmonColor);
}

.more_case .case_list .case_item .item_btn a {
    position: relative;
    display: inline-block;
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 18px;
    color: var(--conmmonColor);
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;

}

.more_case .case_list .case_item .item_btn a:after {
    content: '\f0da';
    font-family: 'fontawesome';
    font-size: 18px;
    color: var(--conmmonColor);
    line-height: 38px;
    text-align: left;
    margin-left: 10px;
}

.more_case .case_list .case_item .item_btn a:before {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 1px;
    background: var(--conmmonColor);
    transition: width .5s ease-out;
}


.more_case .case_list .case_item:hover .item_btn a:before {
    width: 100%;
}


@media screen and (max-width: 768px) {
    .S_Case_main .case_item{
        flex-direction: column;
        align-items: center;
    }
    .S_Case_main .case_item .item_img{
        width: 100%;
        height: 0;
        padding-bottom: 69%;
        margin-bottom: 30px;
    }
    .S_Case_main .case_item .item_info{
        width: 100%;
    }
    .S_Case_main .case_item .item_info .item_desc{
        margin: 25px 0;
    }
}