footer {
    background-color: #0E6EB8;
    color: white;
    text-align: center;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    bottom:0;
    width: 100%;
    }
    footer .footer-item {
        font-size: 12px;
        line-height: 160%;
        font-weight: 400;
        letter-spacing: -1%;
    }