.section--custom-content .section__header{
  max-width: 650px;
  margin: 0 auto;
}

.custom-content-block--image{
  margin: 0 auto;
}

.custom-content-block--image .media-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px){
  .section--custom-content .section__header{
    max-width: unset;
  }
}