footer {
    background-color: var(--white);
}
footer .main_logo {
    max-width: 194px;
}
footer .main_logo .image-16by9 {
    padding-bottom: 48%;
}
footer .main_logo .image-16by9 > img {
    object-fit: contain;
}
footer .footer-middle {
    padding: 100px 0px 120px;
}
footer .contact-links a {
    /*color: var(--white);*/
    text-decoration: none;
    font-size: 20px;
}
footer .contact-links a:first-of-type:after,
footer .contact-links a:nth-child(2):after {
    content: '|';
    padding: 0px 30px;
}
/*footer .footer-middle h6 {*/
/*    color: var(--white);*/
/*}*/
footer .footer-middle .menu-col {
    padding-right: 45px;
}
footer .footer-middle .menu-col ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
footer .footer-middle .menu-col ul li {
    margin-bottom: 20px;
    line-height: 24px;
}
footer .footer-middle .menu-col ul li:last-of-type {
    margin-bottom: 0px;
}
footer .footer-middle .menu-col ul li a {
    font-family: "tenon", sans-serif;
    color: var(--text-black);
    font-size: 26px;
    text-decoration: none;
    font-weight: 500;
}
footer .footer-bottom {
    background-color: var(--light-coral);
    padding: 15px 0px;
}
footer .footer-bottom * {
    color: var(--dark-grey);
}
footer .footer-bottom a {
    color: var(--dark-grey);
    text-decoration: none;
}

@media(max-width: 1199.98px){
    footer .footer-middle {
        padding: 50px 0px 60px;
    }
    footer .footer-middle .menu-col ul li a {
        font-size: 25px;
    }
    footer .footer-middle .menu-col {
        padding-right: 30px;
    }
}
@media(max-width: 767.98px){
    footer .contact-links a:first-of-type:after,
    footer .contact-links a:nth-child(2):after {
        padding: 0px 15px;
    }
    footer .footer-middle {
        padding: 30px 0px;
    }
    footer .footer-bottom {
        padding: 15px 0px;
    }
    footer .footer-bottom,
    footer .footer-bottom .text-right {
        text-align: center!important;
    }
    footer .footer-bottom .text-right {
        margin-top: 5px;
    }
}
@media(min-width: 575.98px){
    .footer-menu {
        display: block!important;
    }
}
@media(max-width: 575.98px) {
    footer * {
        overflow-x: hidden;
    }
    footer .contact-links a {
        display: block;
        text-align: center!important;
        margin-bottom: 5px;
        font-size: 18px;
    }
    footer .contact-links a:first-of-type:after,
    footer .contact-links a:nth-child(2):after {
        display: none;
    }
    footer .footer-middle .menu-col ul li a {
        font-size: 20px;
        line-height: 26px;
    }
    footer .footer-middle h6:after {
        content: '';
        background-image: url(../assets/menu-arrow.svg);
        position: absolute;
        right: 0px;
        top: 7px;
        width: 17px;
        height: 10px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        transition: 0.3s ease-in-out;
    }
    footer .footer-middle .menu-col.show-footer-menu h6:after {
        transform: rotate(180deg);
        transition: 0.3s ease-in-out;
    }
    footer .main_logo {
        margin: 0 auto 10px;
    }
    footer .footer-middle .menu-col {
        border-bottom: 1px solid var(--dark-grey);
        padding-bottom: 10px;
    }
}