.section-can-how .main-title{
    margin-bottom: 0;
}
.section-can-how .list-item .elementor-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.section-can-how .list-item .item{
    width: calc(100% / 3 - 24px);
    margin-top: 24px;
} 
.section-can-how .list-item .item .elementor-image-box-description{
    max-width: 80%;
}
.section-list-service .main-title .elementor-widget-container::before{
    background-color: var(--main-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 36%;
    height: 2px;
}
.section-list-service .main-title .elementor-widget-container::after{
    background-color: var(--main-color);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 36%;
    height: 2px;
}
.section-list-service .list-service .elementor-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-list-service .item-service{
    width: calc(100% / 5 - 24px);
}
/* Responsive */
@media (max-width:1024px){
    .section-list-service .main-title .elementor-widget-container::after,
    .section-list-service .main-title .elementor-widget-container::before{
        width: 30%;
    }
}
@media (max-width:880px) {
    .section-list-service .item-service{
        width: calc(100% / 4 - 24px);
    }
    .section-list-service .main-title .elementor-widget-container::after,
    .section-list-service .main-title .elementor-widget-container::before{
        width: 22%;
    }
}
@media (max-width:767px) {
    .section-can-how .list-item .item,
    .section-list-service .item-service{
        width: 100%;
        margin-top: 24px;
    }
    .section-list-service .main-title .elementor-widget-container::after,
    .section-list-service .main-title .elementor-widget-container::before{
        display: none;
    }
}