.mailing_list_form {
    width: 80%;
}

.mailing_list_form form {
    display: flex;
    flex-direction: column;
    gap: 2em;
    justify-content: space-evenly;
}

.mailing_list_form form div {
    width: min(20em, 100%);
}

.mailing_list_form form div:last-child {
    width: inherit;
}

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) {
    .footer_nav {
        margin: 0;
    }
}

/* Large devices (laptops/desktops, 1024px and up) */
@media screen and (min-width: 1024px) {
    .mailing_list_form form {
        flex-direction: row;
    }
}

/* Extra large devices (large laptops and desktops, 1440px and up) */
@media screen and (min-width: 1440px) {
}
