.elementor-1445 .elementor-element.elementor-element-0c7f078{--display:flex;}/* Start custom CSS for GroupCompanyArchive, class: .elementor-element-868b77d *//* Target that exact heading and replace text visually */
.group-company .title-medium-share {
    font-size: 0 !important; /* hide original text */
    position: relative;
}

.group-company .title-medium-share::after {
    content: "BUSINESS UNITS";
    font-size: 2rem;          /* match your original size */
    letter-spacing: 0.1rem;   /* optional spacing */
    font-weight: 400;
    color: var(--color-white); /* keep your theme color */
    font-family: Noto Sans TC, Arial, sans-serif;
    line-height: 1.6;
}



/* Replace 了解更多 → Learn More */
.group-company .item .text {
    font-size: 0 !important; /* hide original Chinese text */
    position: relative;
}

.group-company .item .text::after {
    content: "Learn More";
    font-size: 16px; /* match your original font */
    color: var(--color-white);
    font-weight: 400;
    letter-spacing: 0.05rem;
}




/* Adjust contents on cards */
@media (max-width: 575.98px) {
    .group-company .item-wrap .item {
        align-items: flex-start;
        display: flex;
        flex: none;
        flex-direction: column;
        height: calc(100vh - 40px) !important;
        justify-content: center;
    }
}/* End custom CSS */