.app04-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#080403), color-stop(55.7%, #20242D), to(#141620));
  background: linear-gradient(180deg, #080403 0%, #20242D 55.7%, #141620 100%);
}
.app04-section .app04-section-container {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.app04-section .app04-section-container .container {
  width: 40%;
  margin-left: 22vw;
  margin-top: 200px;
  z-index: 99;
}
.app04-section .app04-section-container .container .text {
  margin-bottom: 150px;
  margin-left: 2vw;
  width: 500px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .app04-section .app04-section-container .container .text {
    width: 300px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .app04-section .app04-section-container .container .text {
    width: 350px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1700px) {
  .app04-section .app04-section-container .container .text {
    width: 400px;
  }
}
.app04-section .app04-section-container .container .text .title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.app04-section .app04-section-container .container .text .sub-title {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
}
.app04-section .app04-section-container .container .img1 img {
  width: 100%;
}
.app04-section .app04-section-container .img-container {
  width: 40%;
  position: relative;
  top: 2vw;
  right: 10vw;
  z-index: 0;
}
.app04-section .app04-section-container .img-container .img2 {
  width: 66%;
}
.app04-section .app04-section-container .img-container .img2 img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .app04-section .app04-section-container {
    padding: 60px 0 0 0;
    width: 92%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: unset;
  }
  .app04-section .app04-section-container .container {
    margin: unset;
    width: 100%;
    margin: 0 auto;
  }
  .app04-section .app04-section-container .container .text {
    margin-bottom: 60px;
    margin-left: unset;
    width: 100%;
  }
  .app04-section .app04-section-container .container .text .title {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
  }
  .app04-section .app04-section-container .container .text .sub-title {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
  }
  .app04-section .app04-section-container .container .img1 img {
    width: 100%;
  }
  .app04-section .app04-section-container .img-container {
    width: 80%;
    margin: 0 auto;
    position: relative;
    top: unset;
    right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .app04-section .app04-section-container .img-container .img2 {
    width: 72%;
  }
  .app04-section .app04-section-container .img-container .img2 img {
    width: 100%;
  }
  .app04-section .app04-section-container .img-container .img1 {
    position: relative;
    bottom: 20vw;
  }
  .app04-section .app04-section-container .img-container .img1 img {
    width: 100%;
  }
}