.footer__conteiner {
    z-index: 2;
    background-color: var(--color-seven);
    width: 100%;
    padding: 6.25rem 0;
    
    display: flex;
    align-items: center;

    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer__message {
    margin-left: 6.25rem;

    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.footer__message__text {
    color: var(--color-one);
    font-family: Inter;
    font-weight: 500px;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0%;
}

.footer__message__logo img {
    width: 8.375rem;
    height: 3rem;
}