main {
    width: 100%;
    min-height: calc(100vh - 72px - 60px - 50px);
    margin-bottom: 50px;
}
footer{
    background-color: var(--white, #fff);
    padding: 15px;
    -webkit-box-shadow: 0 -4px 6px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -4px 6px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -4px 6px -6px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    font-weight: 600;
}
footer .icon{
    width: 18px;
    margin: 5px auto;
}
footer .link-section{
    display: block;
    list-style: none;
    margin: 20px 15px auto;
}
footer .link-section li{
    margin: 15px;
}
footer .link-section li a{
    color: #0f0f10;
}
footer .app2-footer-container {
    text-align: center;
}
@media screen and (min-width: 1117px) {
    footer .icon{
        margin: 0;
    }
    footer .app2-footer-container {
        display: flex;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        max-width: 1140px;
        gap: 5px;
        align-items: center;
    }
    footer .link-section{
        justify-content: flex-end;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        gap: 15px;
        margin: 0 0  0 auto;
    }
    footer .link-section li{
        margin: 0;
    }
}
