.footer {
    padding: 36px 20px calc(132px + env(safe-area-inset-bottom));
    background: linear-gradient(135deg, #2f7548, #073413);
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-align: center;
}

@media (min-width: 768px) {
    .footer {
        padding: 44px 28px 52px;
    }
}

.footer .fl {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.footer .fl img {
    width: auto;
    height: 30px;
    filter: brightness(0) invert(1);
}
