.up-d_voice-wrapper, .up-d_news-wrapper,
[data-element-id] .up-d_voice-wrapper > div[data-collection-list-content] ,
[data-element-id] .up-d_news-wrapper > div[data-collection-list-content]
{
  display: flex;
  justify-content: space-between;
  max-width:1200px;
  margin: 0 auto 32px;
  flex-wrap: wrap;
  gap: 16px;
}

.up-d_ttl-wdt {
  width: 100%;
}
.up-d_voice-content, .up-d_news-content {
  width: calc(33% - 12px); 
  list-style: none;
}

.up-d_voice-content a, .up-d_news-content a {
  text-decoration: none;
  color: #1c0f08;
}

.up-d_voice-img, .up-d_news-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.up-d_voice-img img, .up-d_news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.up-d_voice-date, .up-d_voice-title, .up-d_news-date, .up-d_news-title {
  margin-top: 8px;
  font-size: 16px
}

.up-d_voice-title, .up-d_news-title {
  font-weight: 700;
}

.up-d_voice-archive, .up-d_news-archive {
  margin-bottom: 32px;
}


@media (max-width: 768px) {
  .up-d_voice-content, .up-d_news-content{
    width: 100%;
    margin: 0 16px 16px;
  }
  
  .up-d_ttl-wdt {
    margin: 0 16px;
  }
}
