.image-double {
  position: relative;
  display: grid;
  gap: 1rem;
}
@media all and (min-width: 570px) {
  .image-double {
    padding-bottom: 210px;
  }
  .image-double__secondary {
    position: absolute;
    top: 230px;
    right: 0;
  }
}
@media all and (min-width: 800px) {
  .image-double {
    padding-bottom: 0px;
  }
  .image-double__secondary {
    position: relative;
    top: 0;
  }
}
@media all and (min-width: 1000px) {
  .image-double {
    padding-bottom: 190px;
  }
  .image-double__secondary {
    position: absolute;
    top: 210px;
    left: 16%;
    transform: translateX(-10%);
  }
}
@media all and (min-width: 1400px) {
  .image-double {
    padding-bottom: 165px;
  }
  .image-double__secondary {
    position: absolute;
    top: 183px;
    left: -27%;
    transform: none;
  }
}
@media all and (min-width: 1500px) {
  .image-double__secondary {
    left: -36%;
  }
}
@media all and (min-width: 1700px) {
  .image-double__secondary {
    position: absolute;
    top: 183px;
    left: -52%;
  }
}
