.single-event {
  margin-bottom: 6rem;
}
.single-event h1 {
  font-size: 2.25rem;
}
.single-event .content-wrapper {
  width: 100%;
  max-width: var(--wp--custom--spacing--content-size);
  padding: 4rem 2rem 6rem 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .single-event .content-wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.single-event .content-wrapper .comp-daterange {
  flex-shrink: 0;
  margin: 0 6rem 0 0;
}
@media (max-width: 991px) {
  .single-event .content-wrapper .comp-daterange {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.single-event .content-wrapper .text-section {
  width: calc(50% + 6rem);
  padding-left: 0.25rem;
}
@media (max-width: 991px) {
  .single-event .content-wrapper .text-section {
    width: 100%;
    padding-left: 0;
  }
}
.single-event .content-wrapper .text-section .comp-headline {
  border-left: none;
  padding: 0;
}