.newsletter {
    display: flex;
    flex-direction: column;
    padding: 96px 60px;
    max-width: 1440px;
    margin: 0 auto;
}

.newsletter-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 96px 60px;
    gap: 32px;
    background: #FAFAFA;
    border: 1px solid #E9EAEB;
    border-radius: 20px;
}

.newsletter-title {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -1px;
    margin: 0px;
}

.newsletter-subtitle {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.newsletter-subscribe {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 6px;
}

.newsletter-subscribe-input-button {
    position: relative;
    width: 425px;
    height: 48px;
}

.newsletter-subscribe-email {
    width: 100%;
    height: 100%;
    padding: 0 120px 0 20px;
    border: 1px solid #D5D7DA;
    border-radius: 9999px;
    outline: none;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.newsletter-subscribe-button {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 40px;
    padding: 0 20px;
    width: 140px;
    font-weight: 500;
}

.newsletter-subscribe-description {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}