.collection-v14__button {
  text-align: center;
}
.collection-v14__button .xo-btn__text {
  text-transform: unset;
  font-size: calc(var(--font-body-scale) * 2rem);
  font-weight: 400;
  line-height: calc(1 + 1.6 / var(--font-heading-scale));
}

.collection-v14 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.collection-v14 .xo-image {
  border-radius: 0.8rem;
  overflow: hidden;
}

.collection-heading-v14 .xo-section-heading__title {
  color: #fff;
}