footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 54px 0 20px 0;
}

.footer-container {
    width: 85%;
    max-width: 1842px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 6px;
}

.footer-text-container {
    display: flex;
    justify-content: space-between;
    gap: 0 clamp(8px, 2vw, 31px);;
}

.footer-text-container p {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
}

.footer-copyright {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;

}

.footer-copyright p {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #AAAAAA;
}