.rec_top_desc{
    margin-bottom: 5%;
}
.products_list {
    position: relative;
}
.products_list_div::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 3px;
    height: 100%;
    background: #F5F5F5;
}
.products_list_div:hover::after {
    background: #F45B0B;
}
.products_list_div {
    position: relative;
    padding-right: 85px;
    margin-bottom: 25px;
    justify-content: space-between;
}
.products_list_div_img {
    width: 28.5%;
}
.products_list_div_img .imgBox {
    padding-bottom: 100%;
}
.products_list_div_right {
    width: 65%;
}
.products_list_div_t {
    font-family: Syne-Medium;
    font-weight: 500;
    font-size: 22px;
    color: #333333;
}
.products_list_div_d {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin: 20px 0 30px;
}
.products_list_center {
    margin: 5% 0 0;
    background: #F5F5F5;
    padding: 5% 0;
}
.faq_main{
    margin-top: 5%;
}
.products_list_center_box {
    justify-content: space-between;
}
.products_list_center_left {
    width: 47%;
}
.products_list_center_title {
    font-family: Syne-Bold;
    font-weight: bold;
    font-size: 50px;
    color: #333333;
}
.products_list_center_desc {
    font-family: ArialMT;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 30px;
}
.products_list_center_left .imgBox{
    padding-bottom: 58%;
    margin-top: 40px;
}
.products_list_center_right{
    width: 47%;
}
.products_list_center_right .imgBox{
    padding-bottom: 58%;
}
@media only screen and (max-width: 950px) {
    .products_list_div{
        padding-right: 10px;
        flex-wrap: wrap;
    }
    .products_list_div_img{
        width: 100%;
    }
    .products_list_div_right{
        width: 100%;
        margin-top: 20px;
    }
    .products_list_center_box{
        flex-wrap: wrap;
    }
    .products_list_center_left{
        width: 100%;
    }
    .products_list_center_right{
        width: 100%;
        margin-top: 20px;
    }
    .products_list_center_title{
        font-size: 30px;
    }
    .products_list_center_desc{
        margin-top: 20px;
    }
}