.window-profile-after-specs {
  position: relative;
  background-size: cover;
  background-position: top right;
}
.window-profile-after-specs::before {
  content: "";
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  background: url(https://labofmarketing.ru/upload/profiles-pages/blitz-bg-1.jpg);
  z-index: 1;
}
.window-profile-after-specs__description {
  position: relative;
  width: 58%;
  padding: 120px 0;
  z-index: 2;
}
@media (max-width: 576px) {
  .window-profile-after-specs__description {
    padding: 50px 0;
    width: 100%;
  }
}
