/************
Footer
*************/

.footer {
    background-color: #273e66;
    color: #fff;
    padding-top: 4.8rem;
}

.footer-logo-text {
    color: #fff;
}

.footer-ul {
    gap: 0.7rem;
}

.footer-ul > li > a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 1.8rem;
}

.footer-ul > li > a:hover {
    color: #f5efef;
    text-decoration: none;
}

.footer-ul > li {
    display: flex;
    gap: 1.8rem;
    align-items: center;
}

.footer-icons-container {
    display: flex;
}

.footer-icons {
    display: flex;
}

.copyright {
    font-size: 1.2rem;
    color: #ffffffb2;
}
