/*zh-hant starts*/
.i18n-zh-hant div#chatbots img {
    max-width: 380px;
    border-radius: 10px;
    border: 1px solid #dadada;
    box-shadow: 0 0 50px rgb(0 0 0 / 10%);
    margin: 0 auto;
}
.i18n-zh-hant div#chatbots .feature-content {
    position: relative;
    margin-bottom: 40px;
}

.i18n-zh-hant div#chatbots .feature-content, .i18n-zh-hant #crm-integration .feature-content, .i18n-zh-hant #customer-access .feature-content, .i18n-zh-hant #abuse-management .feature-content {
    margin-left:30px;
}
.i18n-zh-hant div#analytics .col-1 {
    max-width:720px;
}

.i18n-zh-hant  span.arrow {
    right: 8px;
}
@media only screen and (max-width : 1023px) {
.i18n-zh-hant div#chatbots .feature-content, .i18n-zh-hant #crm-integration .feature-content, .i18n-zh-hant #customer-access .feature-content, .i18n-zh-hant #abuse-management .feature-content {
   margin: 0 auto 30px;

}
}
/*zh-hant ends*/
