.container-solution {
    max-width: 1180px;
    width: 100%;
    padding-right: 15px;
    padding-left: 86px;
    margin-right: auto;
    margin-left: auto;
}
.container-customer-success {
    background: url("https://siteprod-s3-cdn.kyligence.io/2021/12/1639737750-success-customer-bk-pc.png") no-repeat right bottom;
    background-size: 375px 350px;
}
.container-customer-success .feedback-box {
    padding-top: 80px;
    padding-bottom:58px;
}
.solution-sec {
    width: 100%;
    height: 321px;
    background-image: url('https://siteprod-s3-cdn.kyligence.io/2021/12/1640681965-banner-pc-customer-success-scaled.jpg');
    background-size: cover;
    padding-top: 130px;
    /* border:1px solid red; */
}

.solution-sec .text {
    font-size: 64px;
    font-weight: bold;
    line-height: 64px;
    color: #071330;
}

.solution-sec .sub-text {
    font-size: 24px;
    line-height: 40px;
    color: #747E91;
    margin-bottom: 6px;
    margin-top: 12px;
}
.item-container{
   margin-bottom: 80px;
   display:flex;
   max-width:430px
}
.item-container img{
   margin-top: 6px;
   width: 40px;
   height: 40px;
   margin-right: 40px;
}
.item-container .item-title{
    font-size: 24px;
    line-height: 40px;
    color: #071330;
}
.item-container .item-content {
    font-size: 14px;
    line-height: 25px;
    color: #747E91;
}
.customer_success_title{
    text-align: center;
    margin-bottom: 92px;
    font-size: 48px;
    line-height: 80px;
    color: #071330;
}
@media screen and (max-width: 768px) {
    .container-solution {
        max-width: 1180px;
        width: 100%;
        padding-right: 20px;
        padding-left: 33px;
        margin-right: auto;
        margin-left: auto;
    }
    .container-customer-success {
        background: url("https://siteprod-s3-cdn.kyligence.io/2021/12/1639737748-success-customer-bk-mobile.png") no-repeat right bottom;
        background-size: 186px 194px;
    }

    .container-customer-success .feedback-box {
        padding-left:30px;
        padding-right: 30px;
        padding-top: 26px;
        padding-bottom:14px;
    }

    .solution-sec {
        width: 100%;
        height: 240px;
        background-image: url('https://siteprod-s3-cdn.kyligence.io/2021/12/1640681963-banner-mobile-customer-success.jpg');
        background-size: cover;
        padding-top: 106px;
        /* border:1px solid red; */
        
    }

    .solution-sec .text {
        font-size: 30px;
        line-height: 48px;
    }

    .solution-sec .sub-text {
        font-size: 12px;
        line-height: 26px;
        margin-top: 0;
    }

    .item-container {
        margin-bottom: 40px;
    }

    .item-container img {
        margin-top: 6px;
        width: 28px;
        height: 28px;
        margin-right: 20px;
    }

    .item-container .item-title {
        font-size: 18px;
        line-height: 32px;
        color: #071330;
    }

    .item-container .item-content {
        font-size: 13px;
        line-height: 26px;
        color: #747E91;
    }

    .customer_success_title {
        text-align: center;
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 40px;
    }

}