footer{
    width: 100%;
    background-color: #000000;
    position: relative;
    margin-top: 252px;
}
footer svg.wave {
    position: absolute;
    top: -288px;
    height: 550px;
    width: 100%;
}
section.footer {
    display: flex;
    gap: 20px;
    padding: 12px;
    color: #fff;
    position: relative;
}
h6.tfoot {
    font-size: 1.25rem;
    text-align: center;
}
section.footer .intro {
    text-align: center;
    width: 264px;
    color: #fff;
}
.footer .menu {
    width: 264px;
}
.footer .menu .content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}
.footer .menu .content a {
    font-size: 1rem;
    font-weight: 600;
    color: #F5F5F5;
    text-align: center;
}
.footer .permitions .content {
    align-items: center;
}
.footer .menu .content figure {
    width: 80px;
    height: 87px;
    overflow: hidden;
}
.footer .menu .content figure img {
    max-width: 100%;
    object-fit: cover;
}
.copyright {
    height: 50px;
}
