.bd-richtext-section .section-wrapper {
    max-width: 61.375rem;
    margin: 0 auto;
}

.bd-richtext-section .collection-subtitle {
  font-family: var(--font-body);
  color: var(--primary-fill-color);
}

@media screen and (max-width: 48em) {
    .bd-richtext-section .collection-subtitle p {
        font-size: 1.25rem;
    }
}
