.two_column_image_with_content_section {
  background-color: var(--Color_Primary_Blue);
  overflow: hidden;
  position: relative;
}
.two_column_image_with_content_section .section_image_list {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 46.9%;
}
.two_column_image_with_content_section .section_image_list .image_section {
  position: relative;
  width: 50%;
}
.two_column_image_with_content_section
  .section_image_list
  .image_section:first-child:before {
  background-image: url(../../images/white_graphic.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 112px;
  left: -1px;
  pointer-events: none;
  position: absolute;
  top: -1px;
  width: 140px;
  z-index: 1;
}
.two_column_image_with_content_section
  .section_image_list
  .image_section
  .item_image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  width: 100%;
}
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner {
  margin-left: auto;
  padding: 100px 0 100px 62px;
  width: 54.1%;
}
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  .h1,
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  .h2,
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  .h3,
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  .h4,
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  .h5,
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  .h6,
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  h1,
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  h2,
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  h3,
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  h4,
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  h5,
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  h6,
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  p,
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  > * {
  color: var(--Color_Primary_White);
}
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  .sub_heading {
  color: var(--Color_Primary_Green);
  font-family: var(--font_Montserrat_SemiBold);
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 22px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  .content_data_heading {
  margin: 0;
}
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  .content_text {
  margin-top: 24px;
}
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  .additional_content_list {
  border-bottom: 1px solid var(--Color_Primary_White_op_3);
  border-top: 1px solid var(--Color_Primary_White_op_3);
  gap: 32px;
  margin: 32px 0;
  padding: 32px 0;
}
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  .additional_content_list
  .additional_content_item {
  gap: 4px;
}
.two_column_image_with_content_section
  .section_content_data
  .section_content_data_inner
  .additional_content_list
  .additional_content_item
  .additional_content_item_title {
  color: var(--Color_Primary_Green);
  font-family: var(--font_Montserrat_Bold);
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 17px;
  text-transform: uppercase;
}
.two_column_image_with_content_section
  .section_watermark_icon.position_bottom_right {
  bottom: 0;
  position: absolute;
  right: 0;
}
.two_column_image_with_content_section
  .section_watermark_icon
  .watermark_for_responsive {
  display: none;
}
@media (max-width: 1359px) {
  .two_column_image_with_content_section
    .section_content_data
    .section_content_data_inner {
    padding: 85px 0 85px 50px;
  }
}
@media (max-width: 1199px) {
  .two_column_image_with_content_section
    .section_image_list
    .image_section:first-child:before {
    height: 100px;
    width: 125px;
  }
  .two_column_image_with_content_section
    .section_content_data
    .section_content_data_inner {
    padding: 70px 0 70px 40px;
  }
}
@media (max-width: 991px) {
  .two_column_image_with_content_section .section_image_list {
    height: inherit;
    left: inherit;
    position: relative;
    top: inherit;
    width: 100%;
  }
  .two_column_image_with_content_section
    .section_image_list
    .image_section:first-child:before {
    height: 92px;
    width: 115px;
  }
  .two_column_image_with_content_section
    .section_image_list
    .image_section
    .item_image {
    min-height: 314px;
    position: relative;
  }
  .two_column_image_with_content_section
    .section_content_data
    .section_content_data_inner {
    padding: 55px 0;
    width: 100%;
  }
  .two_column_image_with_content_section
    .section_watermark_icon.position_bottom_right {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .two_column_image_with_content_section
    .section_watermark_icon
    .watermark_for_desktop {
    display: none;
  }
  .two_column_image_with_content_section
    .section_watermark_icon
    .watermark_for_responsive {
    display: block;
  }
}
@media (max-width: 767px) {
  .two_column_image_with_content_section
    .section_image_list
    .image_section:first-child:before {
    height: 84px;
    width: 105px;
  }
  .two_column_image_with_content_section
    .section_content_data
    .section_content_data_inner {
    padding: 40px 0;
  }
  .two_column_image_with_content_section
    .section_content_data
    .section_content_data_inner
    .sub_heading {
    font-size: 15px;
  }
  .two_column_image_with_content_section
    .section_content_data
    .section_content_data_inner
    .additional_content_list
    .additional_content_item
    .additional_content_item_text,
  .two_column_image_with_content_section
    .section_content_data
    .section_content_data_inner
    p {
    line-height: 24px;
  }
}
/*# sourceMappingURL=two_column_image_with_content.css.map */
