.app_header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background: url("/assets/images/pages/apps/header_bg_mob.jpg") no-repeat top/contain;
}
.app_header .app_main_info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.app_header .app_images {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app_header .app_images .app_image {
  width: 600px;
  height: 100%;
}
.app_header .app_images .app_image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.app_section .app_section_body {
  display: inline-block;
  width: 100%;
  margin-top: 1.5rem;
}

.app_images .app_images_body {
  row-gap: 1.5rem;
}
.app_images .app_images_body img {
  width: 100%;
}

.app_feedback {
  background: url("/assets/images/pages/apps/feedback_bg_mob.jpg") no-repeat top/contain;
  background-size: 300px;
  padding-top: 200px;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app_feedback .app_feedback_body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.app_feedback .app_feedback_body .btn {
  width: fit-content;
}
.app_feedback .app_feedback_body p,
.app_feedback .app_feedback_body h2,
.app_feedback .app_feedback_body h3,
.app_feedback .app_feedback_body h4,
.app_feedback .app_feedback_body h5,
.app_feedback .app_feedback_body h6 {
  text-align: center;
}

.app_price {
  font-weight: 600;
  font-size: var(--fz-h4);
  color: var(--red-600);
}

.app_phone {
  font-size: var(--fz-h5);
}

.figure.app_min_w_img {
  width: 100%;
  height: auto;
}
.figure.app_min_w_img .figure-img img {
  width: 100%;
  height: auto;
}

.figure.app_min_w_img .figure-img img {
  min-width: unset;
}

@media (min-width: 768px) {
  .figure.app_min_w_img .figure-img img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .app_header {
    background: url("/assets/images/pages/apps/header_bg.jpg") no-repeat center/contain;
    flex-direction: row;
  }
  .app_header .app_main_info,
  .app_header .app_images {
    width: 50%;
  }
  .figure.app_min_w_img {
    width: auto;
  }
  .figure.app_min_w_img .figure-img img {
    width: 420px;
  }
  .app_feedback {
    height: 540px;
    padding-top: 0;
    background: url("/assets/images/pages/apps/feedback_bg.jpg") no-repeat center/contain;
  }
}
@media (min-width: 1500px) {
  .app_header {
    height: 450px;
  }
}