.seehotel-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-block-start: 80px !important;
    margin-block-end: 80px !important;
}

.seehotel-separator .line-left,
.seehotel-separator .line-right {
    height: 1px;
    background: var(--wp--preset--color--tertiary);
    flex: 1;
}

.seehotel-separator .separator-text {
    text-transform: uppercase;
    color: var(--wp--preset--color--nonary);
    line-height: 1;
    font-size: 1rem;
}