.section-text-image {
  background-color: #e8e8e8;
  padding: 25px 0;
  margin: 25px 0;
}

.section-text-image .flex-content {
  flex-direction: column-reverse;
}

.one-third-column {
  width: 100%;
}
.two-thirds-column {
  width: 100%;
  justify-content: center;
  display: flex;
  padding: 30px 30px 50px;
}
.two-thirds-column .text-image-position {
  max-width: 90%;
  width: 100%;
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 400;
}
.two-thirds-column h3 {
  line-height: 1;
  font-size: 2rem;
  font-weight: 400;
  margin: 40px 0;
}
.image-bg-container {
  background-size: cover;
  background-position: center;
}

.service-image {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  .section-text-image .flex-content {
    flex-direction: row;
  }

  .one-third-column {
    width: 50%;
  }
  .two-thirds-column {
    justify-content: end;
    width: 50%;
    padding: 50px 50px 50px 75px;
  }
  .two-thirds-column .text-image-position {
    max-width: 800px;
  }
  .two-thirds-column h3 {
    font-size: 2.7rem;
  }
  .service-image {
    max-width: 350px;
  }
}
