.content-image-repeater-main-container {
  background: #010520;
  position: relative;
  padding: 0 20px;
}

.content-image-repeater-wrapper {
  max-width: 1308px;
  margin: 0 auto;
  padding: 80px 0;
}

.content-image-repeater {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.content-image-row {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.content-image-media img {
  max-width: 100%;
  border-radius: 8px;
}

.content-image-text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.content-image-text .btn {
  display: inline-block;
  margin-top: 1rem;
  color: #0ff;
  text-decoration: none;
}

.content-image-row.image-right .inner-row {
  display: flex;
  align-items: center;
}

.content-image-row.image-left .inner-row {
  flex-direction: row;
  display: flex;
  align-items: center;
}

.headline {
  font-family: "Geist";
  font-weight: 600;
  font-size: 38px;
  line-height: 125%;
  color: #fff;
  margin: 0 0 16px 0;
}

.body-text p,
.body-text li {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 16px;
  margin-top: 0;
}

.learn-more {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #f7ff68;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.col.col-text {
  max-width: 500px;
}

.col.col-text > span {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  padding: 4px 12px;
  background: #ffffff14;
  margin-bottom: 32px;
  display: block;
  width: fit-content;
}

.col.col-media {
  max-width: 747px;
  width: 100%;
}

.content-image-row .inner-row {
  width: 100%;
  justify-content: space-between;
}

.left-graphic-image-content {
  position: absolute;
  left: 0;
  top: 0;
}

.right-graphic-image-content {
  position: absolute;
  right: 0;
  top: 0;
}

.mobile-left-graphic-image-content,
.mobile-right-graphic-image-content {
  display: none;
}

.col.col-media img {
  width: 100%;
}

.content-image-repeater-wrapper .content-image-repeater .col.col-media img {
  width: 100%;
}

.col.col-text .body-text ul li {
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 37px;
}

.col.col-text .body-text ul li:before {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2025/08/Frame-36-2.png");
  background-size: cover;
  left: 0;
  width: 21px;
  height: 21px;
}

.col.col-text .body-text ul {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .small_label {
    font-size: 14px;
  }
  .mobile-left-graphic-image-content,
  .mobile-right-graphic-image-content {
    display: block;
    position: absolute;
  }

  .content-image-row.image-right .inner-row {
    flex-direction: column;
    gap: 18px;
  }

  .col.col-media img {
    width: 100%;
  }

  .content-image-row.image-left .inner-row {
    flex-direction: column-reverse;
    gap: 18px;
  }

  .left-graphic-image-content,
  .right-graphic-image-content {
    display: none;
  }

  .content-image-repeater-main-container {
    padding: 40px 32px;
  }
  .content-image-repeater-wrapper {
    padding: 0px;
  }
  .content-image-repeater {
    gap: 20px;
  }
  .headline {
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 8px 0;
  }
  .col.col-text > span {
    font-weight: 400;
    margin-bottom: 16px;
  }

  .mobile-left-graphic-image-content {
    left: 0;
  }

  .mobile-right-graphic-image-content {
    right: 0;
  }
  .col.col-text .body-text ul li {
    margin-bottom: 8px;
    padding-left: 32px;
  }
  .col.col-text .body-text ul li:before {
    width: 18px;
    height: 18px;
    top: 7px;
  }
}
