.two-column {
    width: 100%;
    display: flex;
    padding: 30px 50px 50px;
}
.two-column .text-image-position{
  max-width: 800px;
  width: 100%;
  color:white;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--primary-font);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.two-column h3{
  color:var(--primary-color);
  line-height: 1;
  font-size: 3rem;
  margin: 0;
  font-weight: 400;
}
.light-title-portfolio{font-weight: 200;font-family: var(--primary-font-light);}
.bold-title-portfolio{font-weight: 600;font-family: var(--primary-font-bold);}
.wysiwyg-content{
  color:var(--primary-color)
}
.image-bg-container{
  background-size: cover;
  background-position: center;
  min-height: 50vh;
}

@media (min-width: 768px) {
  .two-column{
    width: 50%;
    padding: 50px 50px 50px 75px;
  }
  .two-column h3{font-size: 5.7rem;}
  .image-bg-container{
  min-height: 95vh;
}

}