.section-newsletter {
    background-image: url(../../img/news-back.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 320px;
    position: relative;
    padding-top: 40px;
    background-color: #f3f3f3;
}
.section-newsletter.bg-color2 {
    background-image: url(../../img/bg-color2.webp);
    padding-top: clamp(64px, 8vw, 96px);
    min-height: 504px;
}
.section-newsletter #newsletter-form {
    width: clamp(250px, 46vw, 600px);
    margin-inline: auto;
    position: relative;
    margin-top: 32px;
}
.btn-newsletter {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
}
.section-newsletter #newsletter-form input {
    min-height: 68px !important;
}
.section-newsletter.bg-color2 #newsletter-form input {
    background: white;
    border: 0;
}
.section-newsletter .btn-newsletter {
    top: 34px;
    height: 52px !important;
    min-height: 52px !important;
    min-width: clamp(80px, 8vw, 110px) !important;
    left: 8px;
}