footer .footer-middle .main-area {
    border-bottom: 1px solid #D0CFDD;
    padding: 60px 0px 45px;

}
footer .main_logo .image-16by9 {
    padding-bottom: 19%;
}
footer .main_logo .image-16by9 > img {
    object-fit: contain;
}
footer .footer.menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}
footer .footer.menu li {
    padding-right: 45px;
}
footer .footer.menu li:last-of-type {
    padding-right: 0px;
}
footer .footer.menu li a {
    text-decoration: none;
    color: var(--brand-purple);
    font-size: 20px;
    font-weight: 600;
}
footer .footer-bottom {
    padding: 30px 0px;
}
footer .footer-bottom * {
    color: var(--brand-purple);
    font-size: 14px;
}
footer a.button.link-button.social {
    background: #F5F5F5;
    text-align: center;
    border-radius: var(--global-border-radius);
    width: 40px;
    height: 40px;
    padding: 0px;
    margin-bottom: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
footer a.button.link-button.social:last-of-type {
    margin-right: 0px;
}
footer a.button.link-button.social > img {
    max-width: 20px;
    max-height: 20px;
}
footer .social-icons {
    text-align: right;
}
footer .social-icons a > img {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    margin: 0px;
}
footer .social-icons a {
    background-color: var(--light-grey);
    border-radius: var(--global-border-radius);
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
}
footer .social-icons a:hover {
     background-color: var(--mid-grey);
}
footer .social-icons a:first-of-type {
    margin-left: 0px;
}
footer .social-icons a:last-of-type {
    margin-right: 0px;
}
footer .footer.menu li a:hover {
    opacity: 0.65;
}

@media(max-width: 1199.98px){
    footer .footer.menu li {
        padding-right: 20px;
    }
    footer .footer.menu li a {
        font-size: 16px;
    }
    footer a.button.link-button.social {
        width: 30px;
        height: 30px;
    }
    footer a.button.link-button.social > img {
        max-width: 15px;
        max-height: 15px;
    }
}
@media(max-width: 991.98px){
    footer a.button.link-button.social {
        height: 40px;
        width: 40px;
    }
    footer a.button.link-button.social > img {
        max-height: 20px;
        max-width: 20px;
    }
    footer .main_logo {
        max-width: 200px;
        margin: 0 auto 30px;
    }
    footer .footer-middle .main-area {
        padding: 30px 0px 30px;
    }
    footer .footer.menu {
        justify-content: start;
    }
}
@media(max-width: 767.98px){
    footer .footer-middle .main-area {
        padding: 45px 0px 0px;
    }
    footer .footer-bottom {
        padding: 30px 0px 45px;
    }
    footer .main_logo {
        margin: 0 auto 30px;
    }
    footer .footer.menu {
        margin-bottom: 30px;
    }
    footer .social-icons {
        text-align: center;
        margin-bottom: 30px;
    }
    footer .footer.menu {
        justify-content: center;
    }
}
@media(max-width: 575.98px){
    footer .footer.menu {
        display: block;
        width: 100%;
        text-align: center;
    }
    footer .footer.menu li {
        padding-right: 0px;
        margin-bottom: 15px;
    }
    footer .footer.menu li a {
        font-size: 17px;
    }
}