.site-footer {
    margin-top: calc(var(--section-base) * -1.75);
    padding-top: calc(var(--section-base) * 3);
    padding-bottom: calc(var(--section-base) * 1.2);
    background-image: url('../images/015.svg');
    background-position: top center;
    background-size: cover;
    z-index: 11;
    position: relative;
    font-weight: 500;
}

.site-footer a:hover,
.site-footer a:focus {
    background: #FFD36E;
    background: var(--color-line-text);
    background-blend-mode: overlay;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}