.image-text {
  display: flex;
}
.image-text .hs_cos_wrapper_type_inline_rich_text *:last-child {
  margin-bottom: 0; 
}
.image-text__text.image-text__text--custom-icon-list ul {
  list-style:none;
  padding-left:0;
}
.image-text__img {
  height: auto; 
  line-height: 0;
  display: flex;
}

.image-text__img.image-text__img--full,
.image-text__img.image-text__img--full picture,
.image-text__img.image-text__img--full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text__text.image-text__text--custom-icon-list li {
  display: flex;
  align-items: start;
}
.image-text__text.image-text__text--custom-icon-list li:before {
  content: "";
  display: inline-block;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: left;
}
.image-text__text li > span {
  padding-left: 8px;
}
.image-text__button {
  display: flex;
  width: fit-content;
  margin-top: 20px !important;
}

{# Animation Styles #}

.container {
  display: flex;
  position: relative;
  width: 100%;
}

.image-text__img--animated {
  position: relative;
  width: 100%;
}

.image-text__img--animated picture img {
  position: relative;
  z-index: 3;
}

.fixed-image {
  position: sticky;
  top: 15%;
  display: flex;
  align-items: center;
}

.main-image {
  height: auto;
}

{# ---- Tablet Breakpoint ---- #}
@media (max-width: 992px) {
  .fixed-image {
    position: relative;
    transform: unset;
    top: 0;
    width: 100%;
    margin-top: 0px;
    height: 100%;
  }
}

.content-container {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.text-item {
  height: 80vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(50px);
  align-content: center;
  margin-bottom: 100px;
}

{# ---- Mobile Breakpoint ---- #}
@media (max-width: 992px) {
  .text-item {
    margin-bottom: 40px;
  }
}

.bg-overlay-editor {
  padding: 10px;
  color: #00263e;
  position: relative;
  z-index: 3;
}

.bg-overlay-editor p {
  font-style: italic;
}