._text-bold {
  font-weight: 700;
}
._text-italic {
  font-style: italic;
}
._text-center {
  text-align: center;
}
._text-right {
  text-align: right;
}
._text-justify {
  text-align: justify;
}
._text-uppercase {
  text-transform: uppercase;
}
._column {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  ._column {
    width: 1000px;
  }
  ._column.small {
    width: 685px;
  }
}
@media (max-width: 1023px) {
  ._column {
    width: calc(100% - 2 * 30px);
    max-width: 460px;
  }
}
._cover {
  position: relative;
}
._cover > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
._background {
  padding: 0 .25em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
._background:not(.alt) {
  background-color: #361c25;
  color: #e3d2ce;
}
._background.alt {
  background-color: #e3d2ce;
  color: #361c25;
}
._title {
  line-height: 1.15;
}
._rich-text b {
  font-weight: 700;
}
._rich-text u {
  text-decoration: underline;
}
._rich-text i {
  font-style: italic;
}
picture img {
  width: 100%;
  height: auto;
}
