.main-footer {

@extend %section-commom;
@extend %content-wrapper;

border-top: 1px solid $c_lightgray;

&__copy {
  text-align: center;
  font-size: 12px;
  color: $c_gray;
}

}