/* SCSS file content   */
.indusmapserved {
  padding: 3.5rem 0;
  background-color: #0b2a5a;
}
@media screen and (min-width: 768px) {
  .indusmapserved {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .indusmapserved {
    padding: 7.5rem 0;
  }
}
.indusmapserved .topWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.indusmapserved .topWrap h2 {
  font-weight: 400;
  font-size: 1.875rem;
  margin-bottom: 30px;
  color: #fff;
  max-width: 18ch;
}
@media screen and (min-width: 768px) {
  .indusmapserved .topWrap h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .indusmapserved .topWrap h2 {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .indusmapserved .topWrap h2 {
    font-size: 3.4375rem;
  }
}
.indusmapserved .topWrap p {
  margin-bottom: 0;
  color: #e1ecf4;
  opacity: 0.7;
  font-size: 1rem;
  font-family: Onest, sans-serif;
}
@media screen and (min-width: 992px) {
  .indusmapserved .topWrap p {
    max-width: 80%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .indusmapserved .topWrap p {
    font-size: 1.125rem;
  }
}
.indusmapserved .bottomMapWraper {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .indusmapserved .bottomMapWraper {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .indusmapserved .bottomMapWraper {
    margin-top: 4.6875rem;
  }
}
.indusmapserved .bottomMapWraper .image-box {
  margin-bottom: 0;
}
.indusmapserved .bottomMapWraper .rightwrap {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .indusmapserved .bottomMapWraper .rightwrap {
    font-size: 2.625rem;
    max-width: 80%;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .indusmapserved .bottomMapWraper .rightwrap {
    gap: 80px;
  }
}
.indusmapserved .bottomMapWraper .rightwrap .indusnum h3 {
  background: linear-gradient(272deg, #85cbff 65.31%, #007dea 91.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
  display: inline-block;
  min-width: 250px;
}
@media screen and (min-width: 768px) {
  .indusmapserved .bottomMapWraper .rightwrap .indusnum h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .indusmapserved .bottomMapWraper .rightwrap .indusnum h3 {
    font-size: 3.75rem;
  }
}
.indusmapserved .bottomMapWraper .rightwrap .indusnum h4 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .indusmapserved .bottomMapWraper .rightwrap .indusnum h4 {
    font-size: 1.3125rem;
  }
}