.newsletter-e76f4eef-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #F4EFEA;
    align-items: stretch;
}

.newsletter-e76f4eef-left {
    flex: 1 1 30%;
    min-height: 350px;
    position: relative;
}

.newsletter-e76f4eef-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter-e76f4eef-right {
    flex: 1 1 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 5%;
    text-align: center;
}

.newsletter-e76f4eef-title {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #222;
    font-family: serif;
}

.newsletter-e76f4eef-desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #444;
    max-width: 500px;
}

.newsletter-e76f4eef-form {
    display: flex;
    width: 100%;
    max-width: 550px;
    margin-bottom: 15px;
}

.newsletter-e76f4eef-input {
    flex: 1;
    padding: 15px 20px;
    border: 1px solid #d4cdc5;
    border-right: none;
    background-color: transparent;
    font-size: 14px;
    color: #333;
    outline: none;
    font-family: inherit;
}

.newsletter-e76f4eef-input::placeholder {
    color: #888;
}

.newsletter-e76f4eef-button {
    padding: 15px 35px;
    background-color: #111;
    color: #fff;
    border: 1px solid #111;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s;
    letter-spacing: 1px;
}

.newsletter-e76f4eef-button:hover {
    background-color: #333;
}

.newsletter-e76f4eef-footer {
    font-size: 13px;
    color: #555;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .newsletter-e76f4eef-left,
    .newsletter-e76f4eef-right {
        flex: 1 1 100%;
    }
    .newsletter-e76f4eef-left {
        min-height: 250px;
    }
    .newsletter-e76f4eef-form {
        flex-direction: column;
    }
    .newsletter-e76f4eef-input {
        border-right: 1px solid #d4cdc5;
        border-bottom: none;
    }
}
