.converged-layout-2{
    width: 80%;
    margin: auto;
}
.converged-product-features{
    background: #FFFFFF;
    width: 100vw;
    height: calc(100vh - 36.46vw);
}
.converged-layout-2>.title{
    margin: 34px 0 42px 0;
}
.converged-product-features:before{
    display: table;
    content: "";
    clear: both;
}
.converged-product-features .item {
    width: 25%;
    line-height: 1.75;
}

.converged-product-features .item img {
    display: block;
    width: 100px;
    margin-right: 10px;
}

.converged-product-features .item > div > div {
    margin: 10px 0;
}

.converged-product-features .item .title {
    font-size: 18px;
    font-weight: 500;
    color: #0053B7;
}

.converged-product-features .item .desc {
    width: 200px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
}

@media screen and (max-width: 1200px){
    .converged-product-features .item{
        width: 33.33333%;
    }
    .converged-product-features .item .desc{
        width: 90%;
    }
}