

/* footer */
footer{
    background: #124b8e;
    padding: 24px 0;
    width: 100%;
    margin: 0 auto;
}
ul.footer-list{
    display: flex;
    justify-content: center;
    gap: 8px;
    }
    .footer-list li{
    color: #fff;
    font-weight: 400;
    }
@media screen and (min-width: 780px) {
    footer{
    width: 800px;
    }
    ul.footer-list{
        gap: 16px;
        }
}
