.image-text-overlay {
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: black;
}

.image-text-overlay .h4 {
  max-width: 545px;
  margin: 0 auto;
  color: white;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .image-text-overlay {
    height: 375px;
  }
}