.footer_bottom {
    background-color: #1C1C1C;
    color: #fff;
    text-align: center;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
margin-top: 5rem;
}


.copyright {
    text-align: center;
    margin: 0;
}

.footer_menu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    margin: 0rem 0 1rem;
}

.footer_menu a {
    color: #fff;
    transition: 0.3s ease;
}

.footer_menu a:hover {
    color: #d2dfce;
}

.footer_bottom_first, .copyright_wrapper {
    display:  flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;

    flex-wrap: wrap;
    @media all and (max-width: 1024px) {
        gap: 2rem;
        justify-content: space-between;
    }
}

.copyright_wrapper a img {
    width: 1.5rem;
    min-width: 1.5rem;
}

.copyright_wrapper div {
    display:  flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}