.cpt-sculptures h2 {
  margin: 0;
  padding: 20px;
  text-align: center;
}

.cpt-sculptures .sculpture-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1800px;
  padding: 0 15px;
}

.cpt-sculptures .sculpture {
  margin-top: 4rem;
  text-align: center;
  height: fit-content;
}

.cpt-sculptures .sculpture a {
  display: flex;
  flex-direction: column;
  position: relative;
}

.cpt-sculptures .sculpture span {
  background: var(--wp--preset--color--dark);
  border-radius: 5px;
  color: var(--wp--preset--color--light);
  position: absolute;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px;
  white-space: nowrap;
}

.cpt-sculptures .sculpture .tags {
  top: 0rem;
  left: 0rem;
}

.cpt-sculptures .sculpture h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  padding: 12px;
  transition: background 0.5s, color 0.5s;
}

.cpt-sculptures .sculpture a:hover h3 {
  background: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--dark);
}

.cpt-sculptures .sculpture img {
  width: 100%;
  object-fit: contain !important;
}

.sculpture-inner img {
  object-fit: contain;
}

@media only screen and (min-width:1280px) {
  .cpt-sculptures {
    margin-top: 40px;
  }

  .cpt-sculptures h2 {
    padding: 40px;
  }
}