.page-header {
  background-color: white;
  padding: 0;
}
.page-header__inner {
  text-align: left;
  height: 530px;
}
.page-header-bg {
  background: white;
}

.page-header h2 {
  color: var(--en, #1b1525);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px; /* 125% */
  margin-bottom: 34px;
}

.page-header p {
  color: var(--Pri, #6653e8);
  font-size: 24px;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
  margin-bottom: 0;
}

#problem_and_solution {
  padding: 94px 0 111px;
  background:
    no-repeat bottom 28px left url("../images/project/Ellipse-96.png"),
    no-repeat bottom left url("../images/project/Ellipse-97.png"),
    no-repeat top right url("../images/project/squares.png"),
    #212529;
}

#problem_and_solution h2 {
  color: var(--FF, #fff);

  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 125% */
  margin-bottom: 1.4rem;
}

#problem_and_solution p {
  color: var(--FF, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
  margin-bottom: 0;
}

.problem-solution-gap {
  gap: 178px;
}

.frame-82 {
  margin-bottom: -56px;
}

#feature_and_innovation {
  padding: 160px 0 160px 0;
}

#feature_and_innovation h2 {
  color: var(--Color-2, #1b1525);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 125% */
  margin-bottom: 116px;
}

#feature_and_innovation h3 {
  color: #1b1525;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  margin-bottom: 16px;
}

#feature_and_innovation .text {
  color: var(--en, #1b1525);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
}

#feature_and_innovation .phone {
  background: url("../images/project/Group-35931.png") no-repeat 40% center;
}

#feature_and_innovation {
  background:
    url(../images/project/squares-3.png) no-repeat top -275px left 0px,
    url(../images/project/Union-2.png) no-repeat top 308px right 0%;
}

/* ============================
   Responsive - Tablet (768px - 991px)
   ============================ */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header__inner {
    height: 400px;
  }

  .page-header h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
  }

  .page-header p {
    font-size: 20px;
    line-height: 30px;
  }

  .page-header-bg img {
    max-width: 50%;
    height: auto;
  }

  #problem_and_solution {
    padding: 60px 0 80px;
  }

  #problem_and_solution .problem-solution-gap {
    gap: 80px;
  }

  #problem_and_solution h2 {
    font-size: 32px;
    line-height: 42px;
  }

  #problem_and_solution p {
    font-size: 16px;
    line-height: 28px;
  }

  #problem_and_solution img {
    max-width: 100%;
    height: auto;
  }

  #feature_and_innovation {
    padding: 80px 0;
    background-size: 150px, 200px;
  }

  #feature_and_innovation h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 60px;
  }

  #feature_and_innovation .phone {
    background-size: contain;
  }

  #feature_and_innovation .phone img {
    max-width: 80%;
    height: auto;
  }
}

/* ============================
   Responsive - Mobile (max-width: 767px)
   ============================ */
@media only screen and (max-width: 767px) {
  .page-header {
    padding: 0;
  }

  .page-header__inner {
    height: auto;
    padding: 40px 0;
  }

  .page-header__inner .col-12 {
    padding-right: 12px !important;
  }

  .page-header h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .page-header p {
    font-size: 18px;
    line-height: 28px;
  }

  .page-header-bg .container {
    justify-content: center !important;
  }

  .page-header-bg img {
    max-width: 100%;
    height: auto;
    margin: 20px 0 !important;
    display: none;
  }

  #problem_and_solution {
    padding: 40px 0 60px;
    background-size: 100px, 120px, 80px;
  }

  #problem_and_solution .problem-solution-gap {
    gap: 50px;
  }

  #problem_and_solution h2 {
    font-size: 26px;
    line-height: 36px;
  }

  #problem_and_solution p {
    font-size: 16px;
    line-height: 28px;
  }

  #problem_and_solution img {
    max-width: 100%;
    height: auto;
  }

  #problem_and_solution .frame-82 {
    position: relative !important;
    margin-bottom: 0;
    margin-top: 15px;
    display: none;
  }

  #problem_and_solution .row .col-12:first-child {
    margin-bottom: 30px;
  }

  #feature_and_innovation {
    padding: 50px 0;
    background: none;
  }

  #feature_and_innovation h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 40px;
  }

  #feature_and_innovation h3 {
    font-size: 18px;
    line-height: 24px;
  }

  #feature_and_innovation .text {
    font-size: 16px;
    line-height: 28px;
  }

  #feature_and_innovation .phone {
    background: none;
    margin-bottom: 30px;
  }

  #feature_and_innovation .phone img {
    max-width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #feature_and_innovation .col-12.col-lg-6 .h-50 {
    height: auto !important;
    padding-bottom: 30px;
  }

  #feature_and_innovation .row img.w-100 {
    margin-top: 20px;
  }
}

/* ============================
   Responsive - Small Mobile (max-width: 480px)
   ============================ */
@media only screen and (max-width: 480px) {
  .page-header h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .page-header p {
    font-size: 16px;
    line-height: 26px;
  }

  #problem_and_solution h2 {
    font-size: 22px;
    line-height: 32px;
  }

  #problem_and_solution .problem-solution-gap {
    gap: 35px;
  }

  #feature_and_innovation h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  #feature_and_innovation .phone img {
    max-width: 80%;
  }
}
