@font-face {
    font-family: "WigrumRegular";
    src: url("/resource/WigrumRegular") format("woff");
}

@media only screen and (max-width: 769px) {
    .eco-footer_responsive {
        padding: 20px 0 !important;
    }
    .eco-row_responsive {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .eco-column_responsive {
        text-align: center !important;
        flex: 1 1;
        min-width: 8rem;
    }
}


.eco-footer {
    background-color: #ffffff;
    max-width: 1216px !important;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 260px;
    font-family: "WigrumRegular" !important;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.eco-row {
    max-width: 1216px !important;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.eco-column {
    float: left;
    width: 15%;
    padding: 10px;
    color: #000000;
}

.eco-column-2 {
    float: left;
    width: 70%;
    padding: 10px;
    color: #000000;
    text-align: left !important;
    margin-right: 10px;
}

.eco-column-3 {
    float: left;
    width: 25%;
    padding: 10px;
    color: #000000;
    text-align: left !important;
}
.eco-column-4 {
    float: left;
    width: 100%;
    padding: 10px;
    color: #000000;
    text-align: left !important;
}

.eco-column-2 p {
    text-align: left !important;
}

.eco-column li {
    color: #000000;
}