.converged-product-features-3{
    background: #FFFFFF;
    padding: 90px 0;
    height: 100vh;
}
.converged-product-features-3:before{
    display: table;
    content: "";
    clear: both;
}

.converged-product-features-3  .title{
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 33px;
    text-align: center;
    margin-bottom: 13px;
}
.converged-product-features-3  .title-2{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
    text-align: center;
    margin-bottom: 70px;
}
.converged-product-features-3  .title-3{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
}
.converged-product-features-3  .title-3 img{
    margin-right:10px;
}
.converged-product-features-3 .text-info{
    width: 468px;
}
.converged-product-features-3 .text-info .item{
    margin-bottom: 30px;
}
.converged-product-features-3 .text-info .item .title-3{
    margin-bottom: 8px;
}
.converged-product-features-3 .text-info .item .desc{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    line-height: 26px;
}
.converged-product-features-3 .img-info{
    width: 552px;
}

.converged-product-features-3 .img-info img{
    width: 100%;
    display: block;
}

@media screen and (max-width: 1200px){
    .converged-product-features-3 .text-info{
        width: 50%;
    }
    .converged-product-features-3 .img-info{
        width: 50%;
    }
}