.helo--tabs {
    gap: 0;
    border: 1px solid #d5d8dc;
}
.wcf--tabs.helo--tabs .tab-content {
    display: none;
    padding: 20px;
    border: none;
}

.helo--tabs .tabs-content-wrapper {
    border-top: 1px solid #d5d8dc;
}

.helo--tabs .tabs-content-wrapper,
.helo--tabs .content {
    flex: 1;
}

.helo--tabs p {
    margin: 0;
}

.wcf--tabs.helo--tabs .tabs-wrapper {
    gap: 0;
}

.wcf--tabs.helo--tabs .tab-title {
    align-items: flex-start;
}

.helo--tabs .tab-title .title {
    transition: all 0.3s;
}

.wcf--tabs.helo--tabs .tab-title {
    background-color: transparent;
    border-right: 1px solid #d5d8dc;
}

.wcf--tabs.helo--tabs .tab-title:last-child {
    border-bottom: none;
}

.elementor-widget-helo--tabs.wcf-tabs-direction-row .tabs-wrapper,
.elementor-widget-helo--tabs.wcf-tabs-direction-row-reverse .tabs-wrapper {
    flex-direction: column
}

.elementor-widget-helo--tabs.tabs-alignment-stretch .tab-desktop-title {
    flex: 1 1 auto
}

.helo--tabs .title {
    position: relative;
}

.helo--tabs .title .highlight {
    display: inline-block;
}

.hl-text-sup .highlight {
    position: absolute;
}

@media (max-width: 1024px) {
    .elementor-widget-helo--tabs.wcf-tabs-tablet .tabs-wrapper {
        display: none;
    }
}

@media (max-width: 767px) {
    .elementor-widget-helo--tabs.wcf-tabs-mobile .tabs-wrapper {
        display: none;
    }
}

@media (min-width: 768px) {
    .elementor-widget-helo--tabs.wcf-tabs-mobile .tab-mobile-title {
        display: none;
    }
}

@media (min-width: 1025px) {
    .elementor-widget-helo--tabs.wcf-tabs-tablet .tab-mobile-title {
        display: none;
    }
}

/* tabcontent image  */
.tab-title.active .disc {
    display: block !important;
    max-width: 585px;
}