.footer__credentials{
    display: flex;
    column-gap: 2rem;
    font-size: 1.4rem;
    color: #6E6E6E;
    text-transform: uppercase;
    align-items: flex-start;
    margin-bottom: 3rem;
    flex-direction: column;
    justify-content: center;
    row-gap: 0.2rem;
}

.footer__bottom{
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .footer__2dit{
        position: absolute;
        bottom: -3.5rem;
    }
    .footer__credentials{
        margin-bottom: 6.5rem;
    }
    .footer__bottom{
        gap: 0.5rem;
        margin-bottom: 2rem;
    }
}