footer {
    background-color: var(--grey);
    width: 100%;
    display: flex;
    color: var(--white);
    flex-direction: row;
    align-content: flex-start;
    align-items: stretch;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.part {
    /* width: 47%; */
    display: flex;
    flex-direction: column;
    /* height: 12.4rem; */
    justify-content: space-between;
    padding: 0 2rem;
    padding-top: 2.3rem;
    padding-bottom: 1.3rem;
    align-items: center;
    gap: 2rem;
    align-content: center;
}

.footer-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.part2 {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.part2 {
    display: flex;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}

.part2>p {
    margin: 0;
    color: var(--white);
}

.part2>p>span {
    font-weight: bold;
}

.part>h3 {
    margin: 0;
    margin-bottom: 5px;
    text-align: end;
}

.part2>a {
    color: var(--white);
}

.part>.tnp.tnp-subscription>form {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.part>.tnp.tnp-subscription {
    margin: 0;
    height: 100%;
}

.newsletter_footer {
    max-width: 675px;
    flex-grow: 1;
}