.line-break.line-break--divider, .footer.footer--light .line-break.line-break--divider {
    position: relative;
}

.line-break.line-break--divider::after, .footer.footer--light .line-break.line-break--divider::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.08);
}