.discover {
  width: 100%;
}

.discover__inner {
  position: relative;
  width: 100%;
  max-width: 1517px;
  height: auto;
  aspect-ratio: 1517/1125;
}

.discover__inner img {
  position: absolute;
  height: auto;
}

.discover img:nth-child(1){
  top: 10%;
  left: 2.5%;
  width: 9.76%;
  aspect-ratio: 148/216;
}

.discover img:nth-child(2){
  top: 2.5%;
  left: 22.5%;
  width: 21.16%;
  aspect-ratio: 321/470;
}

.discover img:nth-child(3){
  top: 7.5%;
  left: 50%;
  width: 19.71%;
  aspect-ratio: 299/436;
}

.discover img:nth-child(4){
  top: 0;
  left: 75%;
  width: 15.03%;
  aspect-ratio: 228/333;
}

.discover img:nth-child(5){
  top: 35%;
  left: 0%;
  width: 15.03%;
  aspect-ratio: 228/333;
}

.discover img:nth-child(6){
  top: 67.5%;
  left: 20%;
  width: 12.13%;
  aspect-ratio: 184/265;
}

.discover img:nth-child(7){
  top: 55%;
  left: 37.5%;
  width: 15.03%;
  aspect-ratio: 228/333;
}

.discover img:nth-child(8){
  top: 53.5%;
  left: 60%;
  width: 23.53%;
  aspect-ratio: 357/521;
}

.discover img:nth-child(9){
  top: 35%;
  left: 87.28%;
  width: 12.72%;
  aspect-ratio: 193/282;
}

.discover .button {
  margin: 40px 0;
}