

.title-with-lead {
  margin-bottom: calc( (var(--line-height-em) / 2.375) /2 );
  /* margin-bottom: 0; */
}

.lead {
  /* font-size: 2.375em; */
  margin-bottom: calc( (var(--line-height-em) / 2.375)/2 + var(--line-height-em) );
}


.overlapping-element {
  margin-left: 0;
  margin-right: auto;
}

.overlapping-element__text {
  padding-right: var(--line-height-em);
}

@media screen and (max-width:800px) {
  .overlapping-element {
    display: block;
  }

  .overlapping-element__text {
    width: 100%;
    padding: 0 var(--line-height-em);
  }

  .overlapping-element__text::before {
    top: calc(-32em);
    height: calc(100% + 32em + var(--line-height-em)*2);
  }

  .overlapping-element__image-wrapper {
    height: 200px;
    margin-left: 0;
  }

  .overlapping-element__image {
    object-fit: scale-down;
    width: 290px;
    height: 100%;
    margin-left: 0;
  }

  .announcements {
    width: 100%;
    margin-left: 0;
  }
}
