footer {
    background: #0e2a20;
    color: #cfddcf;
    padding: 40px 0 24px;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 780px) {
    .flex-between {
        flex-direction: column;
        text-align: center;
    }
}