.two_columns_image_text__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
.two_columns_image_text__article.m--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.two_columns_image_text__image {
  width: auto;
  max-width: 37.5rem;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.two_columns_image_text__content {
  padding-top: 0.625rem;
}
.two_columns_image_text__content__title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary-350);
  margin-bottom: 1.25rem;
}
.two_columns_image_text__content__text {
  font-size: 1rem;
  line-height: 1.4;
  color: var(--gray-800);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
.two_columns_image_text__content ul,
.two_columns_image_text__content ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  padding-left: 1.25rem;
}
.two_columns_image_text__content li {
  list-style: inherit;
}
.two_columns_image_text__content a {
  display: inline;
  text-decoration: underline;
  font-weight: 600;
  color: var(--secondary-400);
}
.two_columns_image_text__content a:hover {
  text-decoration: none;
}
.two_columns_image_text__content strong {
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .two_columns_image_text__image {
    max-width: 31.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .two_columns_image_text__article {
    gap: 1.875rem;
  }
  .two_columns_image_text__image {
    max-width: 25rem;
  }
}
@media screen and (max-width: 800px) {
  .two_columns_image_text__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
  .two_columns_image_text__article.m--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .two_columns_image_text__image {
    width: 100%;
    max-width: 31.25rem;
    height: auto;
    margin-inline: auto;
  }
  .two_columns_image_text__content__title {
    font-size: 1.375rem;
    margin-bottom: 0.9375rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .two_columns_image_text__article {
    gap: 0.9375rem;
  }
  .two_columns_image_text__content__title {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
  .two_columns_image_text__content__text {
    font-size: 0.9375rem;
  }
}