.footer-links {
    display: inline-block;
    margin-right: 22px;
    padding-top: 12px;

}

.footer-technical {
    padding-top: 12px;
    font-size: 12px;
    margin-right: 22px;
}

footer {
    bottom: 0;
}

@media (max-height: 800px) {
    footer {
        position: static;
    }

    header {
        padding-top: 40px;
    }
}

.footer-distributed {
    background-color: rgb(241, 241, 241);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    margin-top: 60px;
    padding-bottom: 10px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center {
    display: inline-block;
    vertical-align: top;
}

.footer-distributed .footer-left {
    width: 31.5%;
    text-align: right;
}

.footer-distributed .footer-left img {
    width: 30%;
    margin-left: 130px;
    padding-top: 27px;
}

.footer-distributed .footer-center {
    width: 40%;
    padding-left: 10px;
    text-align: center;
}

@media (max-width: 880px) {

    .footer-distributed .footer-left,
    .footer-distributed .footer-center {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .footer-distributed .footer-left img {
        width: 32%;
        margin-left: 0px;
        padding-top: 27px;
    }
}

a {
    text-decoration: none !important;
    color: black !important;
    text-rendering: optimizelegibility;
}

