.site-footer .footer-content .footer-nav {
    margin-bottom: 1rem;
}

.license {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 2rem;
}
.license > span {
    display: block;
    color: #fff;
}
.license > div {
    display: flex;
    
}
.license > div > div {
    flex-direction: row;
    gap: 1rem;
}
.license > div > div span {
    color: #fff;
}
.license .text-0051A5 {
    color: #0051A5;
}