@import url('components/class.css?v=7');
.newsletter{
    background-image: url('/assets/pictures/footer.jpg');
    height: 350px;
}
.form-newsletter{
    background-color: #fff;
    border-radius: 20px;
}
.form-newsletter input{
    border: none;
    outline: none;
    width: 70%;
}
.form-newsletter button{
   font-size: 12px;
}
.footer-end a{
    text-decoration: none;
    color: var(--text-main-color--);
    transition: 0.5s;
}
.footer-end a:hover{
    color: var(--primary-color--);
}
.d-center-ft{
    width: 50%;
}
@media(max-width:765px){
    .d-center-ft{
        width: 90%;
    } 
}