body {
  background: #000000;
}

h1 {
  color: #FFFFFF;
  max-width: 600px;
}

.description {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 68px;
}

.extra-disclaimer-container {
  color: rgba(255, 255, 255, 0.6);
  max-width: 600px;
  font-weight: 400;
  font-size: 12px;
}

.image-container {
  display: flex;
  position: absolute;
  top: -7px;
  right: 0;
}

.top-shadow-overlay,
.bottom-shadow-overlay {
  position: absolute;
  width: 100%;
  height: 308px;
}

.top-shadow-overlay {
  top: 0px;
  background: linear-gradient(180deg, #000000 0%, rgba(20, 20, 20, 0) 100%);
}

.image {
  padding: 0 8px;
}

.bottom-shadow-overlay {
  bottom: 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #000000 100%);
}

body {
  padding: 80px 0 80px 100px;
  position: relative;
}
.main-content-container{
  margin: 0;
}
.main-content-container h1 {
  font-size: 96px;
  line-height: 105%;
}
.main-content-container .download-app-container {
  background-color: #1f1f1f;
}
.main-content-container .download-app-container .download-app-title {
  color: white;
}
.main-content-container .download-app-container .download-app-description {
  color: rgba(255, 255, 255, 0.6);
}
.main-content-container .download-stores-container .download-store-container {
  background-color: #1f1f1f;
}
.main-content-container .download-stores-container .star-rating-container {
  color: rgba(255, 255, 255, 0.6);
}
.main-content-container .download-stores-container .star-rating-image p {
  color: #FFFFFF;
}
.main-image-container {
  position: relative;
}
.main-image-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  top: -160px;
  right: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.main-image-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -40px;
  right: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: 1;
}
.main-image-container svg {
  width: 100%;
  display: block;
  position: absolute;
  max-height: 1157px;
  right: 0;
  top: -160px;
}
@media screen and (max-width: 1024px) {
  body {
    padding: 0;
  }
  .main-image-container {
    height: 511px;
    max-height: 511px;
    overflow: hidden;
    position: relative;
  }
  .main-image-container svg {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .main-content-container {
    padding: 0 20px;
  }
  .main-content-container h1 {
    font-size: 60px;
    line-height: 72px;
  }
  .main-image-container::before {
    top: 0;
  }
  .main-image-container::after {
    bottom: 0;
  }
}

@media screen and (max-width: 1400px) {
  .image-container {
    position: relative;
    margin-bottom: 24px;
  }

  .image {
    flex: 1;
    max-width: 33%;
    padding: 0 8px;
  }
}

@media screen and (max-width: 750px) {
  .image {
    flex: 1;
    max-width: 28%;
    padding: 0 8px;
  }
}
