.section--full-half {
  display: flex;
}

.section--full-half .info {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10rem 6rem;
}
.section--full-half .info p {
  line-height: 1.8
}

.section--full-half .info h2, .section--full-half .info p {
  max-width: 800px;
}
.section--full-half .simple-image {
  flex: 0 0 50%;
  overflow: hidden;
  height: auto;
  background-image: url('https://50723411.fs1.hubspotusercontent-na1.net/hubfs/50723411/smart-solutions.webp');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}

.section--full-half .simple-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section--full-half .reverse {
  flex-direction: row-reverse;
}

@media (max-width: 730px) {
  .section--full-half, .section--full-half .reverse {
    flex-direction: column;
  }
  .section--full-half .info {
    padding: 4rem 2rem 0rem;
}
}

.simple-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}

}

/* background image mode */
.simple-image {
  background-image: var(--bg-image)!important;
}

/* image tag mode */
.simple-image img {
  width: 100%;
  height: 100%;
  object-fit: var(--img-fit, cover);
  object-position: var(--img-position, center);
  display: block;
}
