.block-callout {
  padding: 8.5rem 5rem 8.5rem 5rem;
  position: relative;
}
@media (max-width: 1150px) {
  .block-callout {
    padding: 5rem 2rem 5rem 2rem;
  }
}
.block-callout picture {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.block-callout picture .overlay {
  background-color: var(--primaryColorTrans);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.block-callout picture img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-callout .inner {
  max-width: 1250px;
  margin: 0 auto 0 auto;
}
.block-callout .inner .title {
  max-width: 800px;
  text-align: center;
  font-family: var(--font2);
  font-size: 6rem;
  line-height: 7rem;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .block-callout .inner .title {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}
