
.footer {
    margin-top: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100px;
    color: white;
    background-color: var(--main_dark);

}

.contain{
    display: flex;
    flex-direction: row;
    width: 80vw;
    gap: 20px;
    justify-content: center;
}
.footer .col h1 {
    margin: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0 5px 0;

    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.250em;
}
.footer .col{
    width: 30%;
}
.footer .col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}
.footer .col ul li {
    color: #999999;
    font-size: 14px;
    font-family: inherit;
    font-weight: bold;
    padding: 5px 0 5px 0;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}
.social ul li {
    display: inline-block;
    padding-right: 5px !important;
}

.footer .col ul li:hover {
    color: #ffffff;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}
.footer .col ul h1 {
    color: #ffffff;

}


