#app .page-productService-wrapper .module-wrapper {
    display: flex;
    width: 100%;
    padding-top: 23px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
}

#app .page-productService-wrapper .module-wrapper .content{
    max-width: 1200px;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
}

#app .page-productService-wrapper .module-wrapper .content .card {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#app .page-productService-wrapper .module-wrapper .content .card img{
    width: 96px;
    height: 96px;
}

#app .page-productService-wrapper .module-wrapper .content .card .desc{
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    color: #333333;
}
