.content-wrapper {
  background-color: #f6f3f0 !important;
}

main h2,
h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #8a4421;
}

h2 {
  margin-top: 45px;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-us-content {
  text-align: justify;
  display: inline-block;
  color: #917a60;
  line-height: 1.5em;
}

hr {
  color: #8a4421;
  border-color: #8a4421;
  border-width: 1px;
  width: 20%;
  border-width: 3px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-style: solid;
  border-radius: 100px;
}

h3 {
  font-size: 2em;
  margin-top: 50px;
}

.row {
  width: 100%;
  display: flex;
  height: 70vh;
}

.column {
  width: 50%;
  padding: 50px;
  background: #864325;
}

.content {
  padding: 50px;
  background-color: white;
}

.column img {
  height: 100%;
  border: 5px solid white;
}

.about-our-company {
  padding: 0 5vw;
  display: flex;
  flex-wrap: wrap;
}

.about-us-banner img {
  width: 100%;
}

.about-us-banner {
  width: 100%;
  background-image: url("../images/about-1.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 5px solid #8a4421;
}

* {
  box-sizing: border-box;
}

.row-bottom {
  background-color: white;
  width: 100%;
  border-top: 5px solid #8a4421;
  height: 50vh;
}

.row-bottom h3 {
  color: white;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
}

.bottom-content {
  padding: 25px;
  color: white;
  line-height: 30px;
  background-color: #8a4421;
  margin: auto;
  width: 70%;
  text-align: center;
}

.row-bottom hr {
  color: #f9c5b7;
  border-color: #f9c5b7;
  border-width: 3px;
  width: 10%;
  margin-top: 10px;
  margin-bottom: 0px;
  border-style: solid;
  border-radius: 100px;
}
