footer.footerOuter {
    background: url("../images/footer-bg.jpg") no-repeat #000000;
    background-size: cover;
    padding: 84px 0 40px 0;
    position: relative;
}
footer.footerOuter::before {
    content: '';
    background: url("../images/footer-before.png") no-repeat;
    width: 323px;
    height: 350px;
    position: absolute;
    left: 0;
    top: -71px;
}
footer.footerOuter::after {
    content: '';
    width: 193px;
    height: 221px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer-logo {
    text-align: center;
}
.footer-content {
    text-align: center;
    max-width: 60%;
    margin: 50px auto 0;
    color: #ffffff;
}
.footer-content h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    color: white;
}
.footer-content p {
    font-family: var(--work-sans);
    margin: 14px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.footer-menu {
    margin-top: 117px;
}
.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 56px;
    justify-content: center;
}
.footer-menu ul a {
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    transition: 0.7s;
    color: white;
}
.footer-menu ul a:hover {
    color: white;
}
.footer-icons {
    text-align: center;
    padding: 10px;
}
.footer-icons .logos {
    margin-right: 20px;
}
@media only screen and (max-width: 768px) {
    .footer-content {
        text-align: center;
        max-width: 90%;
        margin: 50px auto 0;
        color: #ffffff;
    }
    .footer-content p {
        font-family: var(--work-sans);
        margin: 14px 0 0 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }
    footer.footerOuter {
        padding: 44px 0 40px 0;
    }
    .footer-logo img {
        max-width: 70%;
        margin: 0px;
    }
    .footer-content.copyrights {
        max-width: 71%;
    }
}
.clearfix::after{content:"";display:table;clear:both}
