#e-content .text p,
#e-content .text li, 
.ff_content p, 
.ff_content li,
.post.intro p, 
.post.detail p  {
  font-weight: 400;
}

.post.detail {
  margin-top: 2rem;
}

.external-vid-wrap {
  padding: 0;
}

.external-vid-wrap iframe{
  aspect-ratio: 560/315;
  width: 100%;
  height: auto;
}

.memorial-bio-con {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: calc(100% - 4rem);
  max-width: 1160px;
  margin: 2rem auto;
  gap: 2rem;
}

.memorial-bio-con .text {
  flex: 1 1 calc(50% - 2rem);
}

.memorial-post-con {
  background-color: rgba(111, 172, 213, 0.2);
}

.memorial-post-heading  {
  margin-bottom: 0;
  padding-bottom: 0;
}

.memorial-post .post.detail{
  margin-top: -3rem;
  padding-top: 0;
}

.memorial-post .feature {
  display: none;
}
