.up-d_topix-wrapper,
[data-element-id] .up-d_topix-wrapper > div[data-collection-list-content] {
  display: flex;
  justify-content: space-between;
  max-width:1170px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 16px;
}

.up-d_topix-wrapper > .-w-more_btn.-w-more_btn_bottom {
  margin: 1rem auto 6rem;
  width: 320px;
}

.up-d_topix-content {
  width: calc(25% - 12px); 
  list-style: none;
}

.up-d_topix-content a {
  text-decoration: none;
  color: #1c0f08;
}

.up-d_topix-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.up-d_topix-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

@media (max-width: 768px) {
  .up-d_topix-content {
    width: calc(50% - 8px);
  }
  .up-d_topix-content:nth-child(n+3) {
    display: none;
  }
}
