.lbanner-pp .lbanner-desc {
    display: none !important;
}


.S_Technology_main {
    margin-top: 5%;
}

.S_Technology_main .technology_list {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.S_Technology_main .technology_list .technology_item {
    width: 31%;
    border-radius: 24px 24px 24px 24px;
    border: 2px solid #D9D9D9;
    padding: 30px 20px;
    margin-right: 38px;
    margin-bottom: 36px;
}

.S_Technology_main .technology_list .technology_item:nth-child(3n) {
    margin-right: 0;
}


.S_Technology_main .technology_list .technology_item .item_icon {
    width: 72px;
    height: 72px;
}


.S_Technology_main .technology_list .technology_item:hover .item_icon{
    animation: swing .5s ease-in-out;
}

.S_Technology_main .technology_list .technology_item .item_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.S_Technology_main .technology_list .technology_item .item_title {
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin: 15px 0;
}

.S_Technology_main .technology_list .technology_item .item_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;
    min-height: 56px;
}

@media only screen and (max-width: 950px) {
    .S_Technology_main .technology_list .technology_item{
        width: 47%;
        margin-right: 30px !important;
        margin-bottom: 30px;
    }
    .S_Technology_main .technology_list .technology_item:nth-child(2n){
        margin-right: 0 !important;
    }
    .S_Technology_main .technology_list .technology_item .item_title{
        height: 60px;
    }
}

@media only screen and (max-width: 768px){
    .S_Technology_main .technology_list .technology_item{
        width: 100%;
        margin-right: 0 !important;
    }
    .S_Technology_main .technology_list .technology_item .item_title{
        height: auto;
    }
    .S_Technology_main .technology_list .technology_item .item_desc{
        height: auto;
    }
}