footer {
    font-family: var(--tc-font-matter-sq-mono-regular), sans-serif;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 5rem;
    padding-bottom: 2rem;
}

footer a {
    color: var(--tc-color-main-1);
}

footer h3,
footer h4 {
    font-family: var(--tc-font-matter-sq-medium), sans-serif;
    font-size: 20px;
    margin-bottom: 32px;
    padding-top: 28px;
    padding-bottom: 28px;
    border-bottom: 2px solid var(--tc-color-main-1);
}

footer ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}


.footer-text-large {
    font-family: var(--tc-font-matter-sq-medium), sans-serif;
    font-size: 26px;
}

#footerBottom {
    display: flex;
}

#footerBottomTisaxLogo {
    width: 128px;
    margin: auto auto auto 0;
}

#footerBottomTisaxLogo img {
    width: 100%;
}

#scrollToTop {
    font-family: var(--tc-font-matter-sq-mono-medium), sans-serif;
    font-size: 3.5rem;
    line-height: 1;
    text-decoration: none;
    color: var(--tc-color-main-1);
    padding: 0;
    margin-left: 1rem;
}

@media only screen and (max-width: 992px) {
    footer {
        margin-top: 3rem;
    }

    #footerBottom {
        margin-top: 2rem;
    }
}