.divider-horizontal {
    border: 0;
    border-color: #E9EAEC;
    border-color: var(--G-color-gray-light);
    border-style: solid;
    border-bottom-width: 1px;
    color: currentColor;
    height: 0;
}
@media screen and (min-width: 1024px) {
    .divider-horizontal--only-in-mobile, .divider-horizontal--only-in-mobile.l-divider-horizontal {
        display: none;
    }
}