.twoImageTextContainer {
  @media screen and (min-width: 1440px) {
    display: flex;
  }
}

.twoImageText_Item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  @media screen and (min-width: 1440px) {
    width: calc((100% - 24px) / 2);
  }
}

.twoImageText_Item:not(:first-child) {
  margin-top: 24px;

  @media screen and (min-width: 1440px) {
    margin-top: 0px;
    margin-left: 24px;
  }
}

.twoImageText_Image {
  width: 100%;
  height: auto;
}

.twoImageText_Text {
  margin-top: 16px;

  font-family: Futura PT;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

  color: var(--black-color);

  @media screen and (min-width: 1440px) {
    margin-top: 32px;
  }
}
