.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
h2:not(.reset) {
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 12px;
  margin-top: 60px !important;
}

.title {
  margin-top: 5px !important;
  font-size: 15px;
}

.date {
  font-size: 11px;
  margin-bottom: 20px;
}

.point-header strong {
  font-size: 1.2rem;
}

.wp-block-column:not(:last-child) {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  /* .justify-content-md-evenly {
    justify-content: flex-end !important;
  } */
}
