.section {
  overflow: hidden;
  height: 100vh;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  color: #615656;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-2 {
  background-color: #000;
}

.image {
  border-radius: 20px;
  background-color: #000;
}

.image-2 {
  width: 150px;
  margin: 10px;
}

.image-3 {
  width: 150px;
  margin: 10px;
}

.app-store-button {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.image-4 {
  position: absolute;
  left: -9%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 40%;
}

.image-5 {
  position: absolute;
  left: 21%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 28%;
}

.image-6 {
  position: static;
  left: 33%;
  top: 18%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 60%;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 19%;
  bottom: 0%;
  z-index: -1;
  width: 28%;
}

.image-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: -8%;
  bottom: 0%;
  z-index: -2;
  display: block;
  width: 34%;
}

.div-block {
  position: relative;
  display: block;
  margin-top: 36px;
  margin-right: auto;
  margin-left: 304px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 15%;
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .image-4 {
    left: -7%;
    width: 45%;
  }
  .image-5 {
    left: 25%;
    width: 30%;
  }
  .image-7 {
    right: 23%;
    width: 30%;
  }
  .image-8 {
    right: 0%;
    width: 37%;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    width: 120px;
  }
  .image-3 {
    width: 120px;
  }
  .image-4 {
    display: none;
  }
  .image-5 {
    display: none;
  }
  .image-7 {
    left: auto;
    top: auto;
    right: 34%;
    bottom: -3%;
    width: 70%;
  }
  .image-8 {
    left: 24%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 80%;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}