#blog-news-list {
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
}

.blog-news-container {
  border-top: 1px solid #d7c8ac;
  padding-top: 15px;
}

.blog-news-image {
  margin: 0 10px 10px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .blog-news-image {
    float: left;
  }
}


.blog-news-image img {
  max-height: 220px;
  max-width: 220px;
}

p.blog-news-title, p.blog-news-subtitle {
  font-style: italic;
  font-family: Georgia, Times New Roman, Times, serif;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  p.blog-news-title, p.blog-news-subtitle {
    line-height: 1rem;
  }
}

p.blog-news-title {
  color: black;
  font-size: 1.375rem;
}

p.blog-news-subtitle {
  color: #c0a56e;
  font-size: 1rem;
}

.blog-news-video {
  max-width: 100%;
  text-align: center;
}

.blog-news-video iframe {
  width: 100%;
  height: 100%;
}
