.blog-press {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.press-img {
  max-width: 920px;
  width: 100vw;
}

.blog-press h2 {
  font: normal 32px/1em Georgia, "Times New Roman", Times, serif;
  color: #c0a56e;
  font-style: italic;
  margin: 63px 0 10px 0;
  text-align: center;
}

@media (min-width: 576px) {
  text-align: initial;
}

.press-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.25rem 0;
  color: #c0a56e;
  font-size: 12px;
  border-top: 1px solid #d7c8ac;
}

@media (min-width: 576px) {
  .press-row {
    flex-direction: row;
    gap: initial;
  }

  .press-row > :first-child {
    width: 30%;
  }
}

.press-row:nth-child(2) {
  border:none;
}

.press-ddl {
  background: #f1ede4;
  font-size: 11px;
  width: 110px;
  height: 24px;
  line-height: 24px;
  color: #3e3d40;
  display: block;
  text-align: center;
  margin: 6px 40px 0 0;
}
