.footer {
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    color: $color-text;
    font-weight: normal;
    padding: 50px 0 25px;
    
    @include media-breakpoint-down(md) {
        font-size: 12px;
    }
}
