.site-info { background-color: $color__background-site-info; color: $color__text-site-info; .footer-copyright { font-size: 14px; line-height: 1.2; @include respond-above( 'start', 'mobile' ) { text-align: center; } } .container-inner { position: relative; padding: 24px 0 30px 0; &:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 1px; border-bottom: 1px solid; opacity: 0.25; } } } .footer-light .site-info { .container-inner:after { display: none; } }