:root {
  --white: white;
  --black: black;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  text-decoration: none;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  text-decoration: none;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.heading {
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.body {
  font-family: Montserrat, sans-serif;
}

.rich-text-block {
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
}

.text-block {
  font-style: italic;
  line-height: 14px;
}

.collection-item {
  border: 2px solid #ddddee40;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  transition: border .4s;
}

.collection-item:hover {
  border-color: #dde;
}

.container {
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.aside {
  font-style: italic;
  display: inline-block;
}

.text-block-2 {
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    text-align: center;
  }
}


