.site-footer {
    background: var(--color-primary);
    color: #fff;
    min-height: 400px;
    padding: 0;
}
.site-footer svg{
    fill: #fff;
    width: 100%;
    max-height: 80px;
    /* transform: rotate(180deg); */
}
footer.site-footer a {
    color: #fff;
    text-decoration: none;
}
.footer-links {
    margin: 30px 0 0 0;
}
footer .footer-about .footer-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer-contact-us>div {
    margin: 20px 0;
}

.container.footer-links li {
    margin: 0px 0;
    padding:10px 0;
    display: flex;
    align-items: center;
}
.container.footer-links li:not(:last-child) {
    border-bottom:1px dotted #25cdc7;
}
.container.footer-links ul {
    margin: 0px 0;
    padding:5px 0;
    list-style:none
}
.container.footer-links li:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 10px solid var(--color-secondary);
    border-bottom: 7px solid transparent;
    margin: 0 0 0px 10px;
    display: block;
}
.socials img {
    max-width: 30px;
    height: 25px;
}

.footer-contact-us .social-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
    margin: 10px 0;
}
.socials img {
    max-width: 30px;
    height: 25px;
}

.footer-contact-us .social-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
    margin: 10px 0;
}

.footer-contact-us img {
    margin: 0 0 0 5px;
}
.footer-column strong {
    font-size: 20px;
}