.section-newsletter {
    position: relative;
    padding: 100px 50px;
    font-size: 16px;
    background:   url('./img/subscribe-bg.webp') no-repeat ;
    background-size: cover;

}
/* .section-newsletter::after {
    position: absolute;
    content: '';
    background: rgba(8,8,8,0.4);
    top:0;
    bottom:0;
    Left:0;
    z-index:-1;
    right:0;
} */
.section-newsletter__wrapper {
    display: flex;
    width:70%;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin:0 auto;
}
.section-newsletter__title {
    width: 90%;
    color:white;
    font-size: 2em;
    font-weight: 700;
}
.section-newsletter__form {
    width:70%;
}
.df {
    display: flex;
    gap:20px;
    align-items: center;
}

.df input[type="submit"] {
    flex: 1 1 185px;
    min-height: 45px;
    padding: 0;
    min-width: 115px;
}
.df input[type="email"] {
    flex: 2 1 600px;
    margin: 0;
    min-height: 45px;
    padding: 5px 10px;
    border:none;
    min-width: 195px;
}
@media (max-width:1400px) {
    .section-newsletter__form {
        width:90%;
    }
}
@media (max-width: 1200px) {
    .section-newsletter {
       font-size: 14px;
       padding: 80px 30px;
    }
    .section-newsletter__wrapper {

        width:80%;}
}
@media (max-width: 992px) {
    .section-newsletter {
        font-size: 12px;
        padding: 60px 20px;
    }
    .section-newsletter__wrapper {

        width:90%;}
}
@media (max-width: 768px) {
    .section-newsletter {
        font-size: 10px;
        background-position:  bottom ;
    }

}
@media (max-width: 568px) {
    .section-newsletter {
        font-size: 9px;

    }
}
@media (max-width: 440px) {
    .df {
        flex-direction: column;
    }
    .df input[type="submit"] {
       flex:auto;
    }
    .df input[type="email"] {
flex: auto;
    }
}
@media (max-width: 320px) {
    .section-newsletter {


    }
}
