section[aria-label="센터 소식"] .aspect-\[4\/1\],
section[aria-label="센터 소식"] .aspect-\[6\/1\] {
  aspect-ratio: 6 / 1;
  min-height: 0;
  max-height: none;
}

section[aria-label="센터 소식"] img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
}
