.hero__content:has(#TAG_HEUER_ECORNER) {
    display: flex;
    width: 100%;
}

.hero__content:has(#TAG_HEUER_ECORNER) .hero__title {
    text-align: center;
}

#TAG_HEUER_CLOCK {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}