.app-banner-wrapper {
  background-color: #171717;
  text-align: center;
  border-radius: 30px;
  padding: 80px 80px 0;
  color: #fff;
  overflow: hidden;
}

.app-banner-wrapper h2 {
  color: inherit;
  margin-bottom: 100px;
  line-height: 1.1;
}

.app-detail-wrapper {
  background-color: #171717;
  color: #fff;
  max-width: 295px;
  padding: 16px;
  border-radius: 22px;
}

.app-detail-wrapper h5 {
  color: #ff8f7b;
  font-weight: 400;
}

.app-detail-wrapper .app-detail-icon {
  display: inline-block;
  width: 24px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}

.app-banner-row > div {
  flex: 1;
}

.app-banner-row > div {
  position: relative;
  z-index: 0;
}

.app-banner-row > div:before {
  position: absolute;
  content: "";
  padding: 79% 41%;
  display: inline-block;
  background-color: #ff8f7b;
  left: 50%;
  top: -24%;
  transform: translateX(-50%);
  filter: blur(130px);
  z-index: -1;
  border-radius: 30px;
  rotate: -54deg;
  opacity: 0.3;
}

.banner-mobile-img img {
  display: inline-block;
}

.app-banner-row > div:is(.app-col-1, .app-col-3) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 90px;
}

.app-banner-row > .app-col-1 > div:first-child,
.app-banner-row > .app-col-3 > div:last-child {
  align-self: end;
}

.app-detail-wrapper h5 {
  margin-top: 6px;
  margin-bottom: 8px;
}

.app-banner-row .app-col-1 {
  padding: 0px 0% 0 5%;
}

.app-banner-row .app-col-3 {
  padding: 0px 5% 0px 0%;
}

.app-banner-row {
  gap: 7%;
  flex-wrap: wrap;
}

.app-banner-row > div.banner-mobile-img {
  flex: 0 0 auto;
  width: 29%;
}

.app-page-main {
  padding-bottom: 0;
}

@media (max-width: 1750px) {
  .app-banner-row .app-col-1 {
    padding: 0px 0% 0 0%;
  }

  .app-banner-row .app-col-3 {
    padding: 0px 0% 0px 0%;
  }
}

@media (max-width: 1550px) {
  .app-banner-row > div:is(.app-col-1, .app-col-3) {
    gap: 50px;
  }

  .app-banner-wrapper {
    padding: 45px 40px 0;
  }

  .app-banner-wrapper h2 {
    margin-bottom: 70px;
  }

  .app-banner-row {
    gap: 4%;
  }
}

@media (max-width: 1300px) {
  .app-banner-row > div:is(.app-col-1, .app-col-3) {
    padding-bottom: 48px;
  }
}

@media (max-width: 1023px) {
  .app-banner-row .app-col-3 {
    order: -1;
  }

  .app-banner-row .app-col-1 {
    order: -2;
  }

  .app-banner-row > div.banner-mobile-img {
    width: 100%;
  }

  .app-banner-row > div:is(.app-col-1, .app-col-3) {
    gap: 20px;
  }

  .app-banner-wrapper {
    padding: 38px 30px 0;
  }
}

@media (max-width: 767px) {
  .app-detail-wrapper p.column__text {
    display: none;
  }

  .app-detail-wrapper {
    max-width: 105px;
    width: 100%;
    padding: 10px;
    min-height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .app-detail-wrapper h5 {
    margin-bottom: 0;
  }

  .app-banner-row > div:is(.app-col-1, .app-col-3) {
    gap: 12px;
    padding-bottom: 10px;
  }

  .app-banner-row {
    gap: 26px;
  }

  .banner-mobile-img img {
    max-width: 202px;
  }

  .app-banner-wrapper h2 {
    margin-bottom: 40px;
    --title-sm: 16px;
  }

  .app-banner-wrapper h2 br {
    display: none;
  }

  .app-banner-wrapper {
    border-radius: 16px;
  }
  .app-detail-wrapper div.column__text {
    display: none;
  }
}
