.image-text-09 {
  max-width     : 1700px;
  display       : flex;
  flex-direction: column;
  padding       : 1em;
  margin        : 2rem auto;
  gap           : 2rem;
}

.image-text-09-wrapper {
  position: relative;
}

.image-text-09__content {}

.image-text-09__heading {
  font-family: 'Poppins-Bold', Arial, sans-serif;
  font-size  : 24px;
  line-height: 130%;
  color      : #FFFFFF;
  margin     : 0 0 1.5em 0;
}

.image-text-09__heading span {
  color: #069D84;
}

.image-text-09__text {
  font-family: 'Poppins-Regula', Arial, sans-serif;
  font-size  : 16px;
  line-height: 150%;
  color      : #FFFFFF;
}

.image-text-09__text strong,
.image-text-09__text b {
  font-family: 'Poppins-SemiBold', Arial, sans-serif;
}

.image-text-09__text ul {
  list-style-type: disc;
  padding-left   : 1.5rem;
  margin         : 0.5rem 0;
}

.image-text-09__text ul li {
  margin-bottom: 1em;
}

.image-text-09__image-container {
  position: relative;
}

.image-text-09__image {
  width : 100%;
  height: auto;
}

.image-text-09__decor {
  width   : 100%;
  height  : auto;
  position: absolute;
  z-index : -1;
  left    : 0;
  right   : 0;
}

@media screen and (min-width: 1200px) {

  .image-text-09 {
    flex-direction: row;
    align-items   : center;
    padding       : 0 3rem;
  }

  .image-text-09__content,
  .image-text-09__image-container {
    width: 50%;
  }

  .image-text-09__heading {
    font-size  : 40px;
    line-height: 130%;
  }

  .image-text-09__text {
    font-size  : 18px;
    line-height: 120%;
    color      : #FFFFFF;
  }
}