.text-with-image__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  @media (--screensLarge) {
    align-items: normal;
  }
}

.text-with-image__title,
.text-with-image__inner,
.text-with-image__content {
  text-align: center;
  width: 100%;

  @media (--screensLarge) {
    text-align: left;
  }
}

.text-with-image__content-wrap {
  @media (--screensLarge) {
    order: 1;
    width: 50%;
    padding-right: 60px;
  }
}

.text-with-image__image {
  width: 100%;
  text-align: center;
  border: solid 0px #fff;
  border-radius: 5px;
  overflow: hidden;

  /* @media (--screensLarge) {
    width: 50%;
    text-align: left;
    padding: 0 80px;
  } */
}

/* Image Left */
.text-with-image--image-left {
  margin-bottom: 40px;
}

.text-with-image--image-left:last-of-type {
  margin-bottom: 0;
}

.text-with-image--image-left .text-with-image__title {
  text-align: center;

  @media (--screensLarge) {
    text-align: center;
  }
}

.text-with-image--image-left .text-with-image__content-wrap {
  width: 100%;

  @media (--screensLarge) {
    width: 100%;
    padding: 0 36px;
  }
}

.text-with-image--image-left .text-with-image__inner {
  flex-direction: column;
}

.text-with-image--image-left .text-with-image__image {
  margin: 0 auto;
  max-width: 120px;
  min-height: 60px;

  @media (--screensLarge) {
    padding: 0;
    margin: 0 auto;
  }
}

.text-with-image--image-left
  .text-with-image__image
  .text-with-image--image-left
  .text-with-image__image
  .gatsby-image-wrapper {
  margin: 0 auto;
  text-align: center;
}

.text-with-image--image-left .text-with-image__content-wrap {
  @media (--screensLarge) {
    flex: 1 1 auto;
  }
}

.text-with-image--image-left .text-with-image__title {
  @media (--screensSmall) {
    margin: 0;
  }
}

/* Image right */

.text-with-image--image-right .text-with-image__title {
  margin-top: var(--spacing);
}

.text-with-image--image-right .text-with-image__content-wrap {
  @media (--screensLarge) {
    order: 1;
  }
}

.text-with-image--image-right .text-with-image__image {
  @media (--screensLarge) {
    order: 2;
    width: 50%;
  }
}

/* Image top */
.text-with-image--image-top {
  margin-bottom: 60px;

  @media (--screensMedium) {
    margin-bottom: 0;
  }
}

.text-with-image--image-top .text-with-image__image {
  margin-bottom: 20px;

  @media (--screensMedium) {
    width: 100%;
    padding: 0;
  }
}

.text-with-image--image-top .text-with-image__content-wrap {
  width: 100%;
  padding: 0;

  @media (--screensMedium) {
    width: 100%;
    padding: 0;
    order: 1;
  }
}

.text-with-image--image-top .text-with-image__text p {
  margin-top: 0;
}

/* Image bottom */
.text-with-image--image-bottom .text-with-image__image {
  margin-bottom: 20px;
}

.text-with-image--image-bottom .text-with-image__inner {
  display: flex;
  flex-direction: column-reverse;
}
