

.newsletter_wrapper {
    display: flex;
    flex-direction: row;
    gap: 6px;
    width: 100%;
    height: 100%;
}
.newsletter_content {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px 0;
    gap: 16px;
}
.newsletter_form_button {
    display: flex;
}
.newsletter_form_button .button {
    width: 100%;
    text-align: center;
    transition: background-color 0.3s  ease, color 0.3s ease, border-color 0.3s  ease;
}