/*SECCION 1: TOP ROW / intro image + CTA 2 buttons*/

@media screen and (max-width: 1000px) {
  .btn_box.right-half,
  .btn_box.left-half {
    float: none !important;
    margin-right: 0 !important;
  }

  .banner_col .btn {
    max-width: 100%;
  }
}

/*SECTION 4: WHO WILL BENEFIT?*/

.key_benefits:not(.swiper-initialized).col_3 .key_benefits__card {
  width: calc(20% - 30px);
}

.key_benefits__card.swiper-slide img {
  margin-bottom: 29px;
  object-fit: cover;
  border-radius: 12px;
}

.key_benefits__card--num {
  margin: 0 auto 1.5em;
}

.s-keys {
  padding: 40px 0 80px;
  background-image: none !important;
  background-color: rgb(238, 251, 255);
}

.s-problems::before {
  height: 0px /*1px*/;
  background: none /*00ADE6*/;
}

.who-we-serve-cards {
  padding: 3em 0 3em;
}

/*mobile*/
@media screen and (max-width: 1000px) {
  .key_benefits:not(.swiper-initialized).col_3 .key_benefits__card {
    width: 100%;
    margin-bottom: 2em;
  }

  .swiper-wrapper {
    display: inline-block;
  }

  .key_benefits__card,
  .real_world_impact__card {
    text-align: center;
    width: 100%;
  }

  .who-we-serve-cards .headline__title {
    font-size: 20px;
    line-height: 1em;
    width: 100%;
    display: inline-block;
  }

  .img_box_mobile_scroll img {
    width: 100%;
  }

  .real_world_impact__card.swiper-slide {
    width: 100% !important;
    margin-bottom: 2em;
  }

  .real_world_impact__card.swiper-slide img {
    width: 100px;
  }

  .img_box_mobile_scroll img {
    width: 100% !important;
  }

  .real_world_impact__card.swiper-slide .customcols-img img {
    width: 100%;
    float: left;
  }
}

/*SECTION 5: FEATURES OVERCOMING*/

.keys__card--description {
  margin-top: 0;
}

/*SECTION 6: WHY AI IS DIFFERENT?*/
.buttonh3 {
  padding: 1em 0.5em;
  background: #eee;
  border-radius: 90px;
  text-align: center;
  height: 90px;
  display: flex;
  justify-content: center;
  /* Horizontal centering (replaces text-align) */
  align-items: center;
  /* Vertical centering */
}

.blueh3 {
  background: #00ade6;
  color: #fff;
}

#comparison .real_world_impact__card {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

#comparison .real_world_impact__card.standoutcard {
  box-shadow: 0px 10px 30px rgba(0, 173, 230, 0.5);
}

#comparison .real_world_impact__card ul {
  list-style-type: disc;
  padding: 1em;
}

@media screen and (max-width: 1000px) {
  .real_world_impact__card {
    padding: 2em;
  }
}

/*SECTION 7: HOW IT WORKS*/

#how-it-works .cases_group__content--title {
  max-width: 900px;
}

#how-it-works h3 {
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}

#aicaptionimage {
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

.cases_group__images img {
  width: 585px;
  height: 450px;
  border-radius: 8px;
  object-fit: cover;
}

.cases_group__content--title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: none;
}

#howitworksul {
  list-style-type: square;
}

@media screen and (max-width: 1000px) {
  #howitworksul {
    padding: 2em;
  }

  /*recover img on mobile*/
  .s-cases .right-svg,
  .cases_group__images,
  .cases_group__content > .link {
    display: block;
  }

  .cases_group {
    width: 100%;
    display: block;
  }

  .cases_group__images img {
    width: auto;
    height: auto;
  }
}

/*SECTION 8*/
.img_box_mobile_scroll img {
  width: 900px;
}
.s-platform__img {
  text-align: center;
}

/*SECTION 11: CUSTOM COLS*/
.customcols-img img {
  border-radius: 9px;
  margin-bottom: 1em;
}

.real_world_impact__card--button {
  margin-top: 1em;
}

.who-we-serve-cards .finalcols .headline__title {
  font-size: 40px;
  line-height: 36px;
}

#relatedcontent .real_world_impact__card--description {
  min-height: 3em;
  display: block;
  clear: both;
  height: auto;
}