.contact__bg--bottom-left{
    bottom:0;
    left:0;
}
@media (min-width:992px){
    .section_newsletter{
        padding-bottom:80px;
    }
}
@media (max-width:991px){
    .contact__bg--bottom-left{
           right: 0;
        left: auto;
        transform: rotate(180deg);
        max-width: 60px;
        bottom: 25%;
    }
    .newsletter__bg--top-right{
            top: 50px;
    max-width: 80px;
    }
    .section_newsletter{
        padding-bottom:0;
    }
}