/* FOOTER LAYOUT */

.Footer__Inner{
display:flex;
flex-wrap:wrap;
gap:40px;
}

.Footer__Block--newsletter{
flex:1 1 100%;
max-width:100%;
order:-1;
margin-bottom:40px;
}

.Footer__Block{
flex:1 1 25%;
min-width:220px;
}