footer {
    padding: 1rem;
}

.content_footer {
    gap: 2rem;
}

.text_footer_h2 {
    color: var(--text);
}

.footer_bg_ {
    background: #FF6500;
    background: linear-gradient(
        70deg, #ff6500 0%, 
        #ff9616a5 50%, 
        #ff6500 100%
    );
    padding: 1rem;
    border-radius: 1rem;
    min-height: 170px;

    justify-content: center;
    align-items: center;

    text-align: center;

    gap: 2rem;
}

.form_footer {
    width: 100%;
    max-width: 400px;
}

.footer_bg_ .input {
    background-color: #FFF;
    width: 100%;
}

.footer_img {
    width: 200px;
}

.content_links {
    align-items: start;
}

.infos_footer_left {
    max-width: 400px;
    font-size: .8rem;
    opacity: .7;
}

.infos_footer_right  {
    font-size: .8rem;
    align-items: start;
    gap: 2rem;
}

.row2.infos_footer_right div.column {
    gap: 5px;
}

.infos_footer_right a {
    text-decoration: none;
    color: var(--text2);
    opacity: .7;

}