footer, .tgfooter {
    background-color: #222840;
}

.tgfooter footer {
    margin: auto;
}

footer > div > h5 {
    font-family: 'PPPangaia', serif !important;
    font-weight: 400;
    color: #87b555;
    text-transform: uppercase;
}

footer > div > ul {
    margin-left: 0;
}

footer > div > ul > li > a, footer > div >  p {
    color: #fff;
}

.footer-left-wrap {
    display: flex;
}

.developer-info {
    color: #fff;
    text-align: center;
    padding: 12px;
    background: #000;
    border-top: solid 2px #87b555;
}

.developer-info p {
    margin-bottom: 0;
}

body > div.tgfooter > footer > div:nth-child(4) > ul > li:nth-child(1), body > div.tgfooter > footer > div:nth-child(4) > ul > li:nth-child(2) {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

body > div > footer > div:nth-child(4) > ul > li:nth-child(2) > a {
    word-break: break-all;
}

body > div > footer > div:nth-child(4) > ul > li:nth-child(2) > a > i {
    margin-right: 12px;
}

@media screen and (max-width: 767px) {
    footer {
        flex-direction: column;
    }

    body > div.tgfooter > footer > div:nth-child(1) {
        order: 4;
    }

    .footer-copy {
        margin: 24px;
    }
}

@media screen and (max-width: 380px) {
    .footer-left-wrap {
        flex-direction: column;
    }
}