html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin-block: 0;
  margin-inline: 0;
  padding-block: 0;
  padding-inline: 0;
}

body {
  background-color: #a8a8a8;
}

.wrapper {
  margin-inline: auto;
  max-width: 1128px;
}

.flex {
  display: flex;
}

.flex--gap {
  justify-content: space-between;
}

.hero {
  align-items: center;
  background-color: #f3eed9;
  flex-direction: column;
  justify-content: center;
  min-height: 660px;
  text-align: center;
}

.container {
  width: 69%;
}

.hero__pre-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.hero__title {
  font-family: "Playfair Display", sans-serif;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1.15;
}

.text-brown {
  color: #824936;
}

.title {
  font-size: 2.25rem;
  font-family: "Playfair Display", sans-serif;
  font-weight: 900;
  margin-block-end: 2rem;
}

.bg-white {
  background-color: white;
}

.m-center {
  margin-inline: auto;
}

.text-center {
  text-align: center;
}

.m-block {
  padding-block: 5rem;
}

.content__text,
img {
  width: 47%;
}

.bg-black {
  background-color: #222c2a;
}

.text-white {
  color: #ffffff;
}

.bg-brown {
  background-color: #824936;
}
