.collection-bottom {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;

  h3 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 5px;
    font-weight: 700;
  }

  .metafield-rich_text_field {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: rgba(18, 18, 18, 0.75);
    border: 1px solid #868585ff;
    border-radius: 20px;
    padding: 0 3px;
    p {
      margin: 0;
      font-family: "Barlow", sans-serif;
      letter-spacing: 2px;
    }
    a {
      color: rgb(18, 148, 63);
      text-decoration: none;
    }
  }
}
