.agenda-item {
  display: flex;
  flex-direction: row;
  gap: 100px;
  @media (max-width: 767px) {
    flex-direction: column;
    gap: 0;
  }
}

.agenda-item__time {
  width: max-content;
  font: var(--footer-font);
  font-size: 22px;
  line-height: 33px;
}

.agenda-item__location {
  font: var(--footer-font);
  font-size: 14px;
  line-height: 22px;
}

.agenda-item__title {
  font: var(--footer-font);
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
  .field--name-field-headline {
    margin: unset !important;
  }
}

.agenda-item__subtitle {
  font: var(--footer-font);
  font-size: 15px;
  line-height: 22px;
}

.agenda-item__body {
  font: var(--footer-font);
  font-size: 16px;
  line-height: 22px;
}
