.documents-service {
  background: linear-gradient(180deg, #C30000 0%, #EB6E6E 100%);
}

.documents-left-img {
  position: absolute;
  z-index: 2;
  width: 350px;
  left: -20px;
  top: -75px;
}

.documents-right-img {
  position: absolute;
  right: -100px;
  bottom: 10px;
  z-index: 2;
  width: 350px;
}

@media screen and (max-width: 1500px) {
  .documents-right-img {
    width: 300px;
    right: -20px;
  }
}

@media screen and (max-width: 992px) {
  .documents-left-img {
    width: 220px;
  }

  .documents-right-img {
    width: 220px;
    right: -40px;
  }
}

@media screen and (max-width: 768px) {
  .documents-left-img {
    width: 120px;
    top: -35px;
  }

  .documents-right-img {
    width: 120px;
    right: 10px;
    bottom: -10px;
  }
}

@media screen and (max-width: 576px) {
  .documents-left-img {
  }

  .documents-right-img {
    right: -10px;
  }
}

@media screen and (max-width: 400px) {
  .documents-right-img {
    right: -25px;
  }
}


@media screen and (max-width: 400px) {
  .documents-right-img {
    right: -10px;
  }
}