@media (max-width: 1140px) {
.section-1.descr{
background: url(woman_bg.png) -40vw bottom no-repeat;
}
}
@media (max-width:578px) {
.section-1.descr{
background: linear-gradient(90deg, rgba(256,256,256,0.4), rgba(256,256,256,0.4)),
url(woman_bg.png) center center/cover no-repeat;
background-blend-mode: lighten;
}
}