.news-letter{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    padding: 40px;
    background: linear-gradient(0deg, #C1E2FF 0%, #39A2FF 100%);
}

.news-letter-header{
    color: var(--text-001, #1D242B);
text-align: center;
font-family: Quicksand;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}



input[type="email"] {
    border-radius: 6px;
    background: #FFF;
    width: 100%;
    height: 56px;
    padding: 18px 298px 18px 16px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
}


button[type="submit"], .news-letter-button {
    display: flex;
    width: 34.5%;
    height: 56px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px;
background: #2A74B5;
color: white;
}

button[type="submit"]:hover, .news-letter-button:hover {
    background-color: #245d91;
}

button[type="submit"]:active, .news-letter-button:active {
    background-color: #1d4870;
}
