section#homeHeader .container {
  max-width: 100%;
}
section#homeHeader .main-image {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#homeHeader .main-image h1 {
  color: #ffffff;
  font-size: 89px;
  position: relative;
  z-index: 1;
  font-family: "Ubuntu Condensed", sans-serif;
}
section#homeHeader .main-image .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(224, 130, 93, 0.2);
}
section#bio {
  background: #f3f1eb;
  padding: 120px 0;
}
section#bio .row {
  justify-content: center;
}
section#bio .row .bio-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
section#bio .row .bio-area--inner {
  background: #ffffff;
  max-width: 400px;
  padding: 50px 40px;
  position: relative;
  right: -70px;
}
@media (max-width: 991px) {
  section#bio .row .bio-area--inner {
    padding: 40px 24px;
  }
}
@media (max-width: 767px) {
  section#bio .row .bio-area--inner {
    max-width: 100%;
    right: inherit;
  }
}
section#bio .row .bio-area--description {
  font-size: 15px;
  margin-bottom: 30px;
}
section#bio .row .bio-area h3 {
  color: #df7c58;
  margin-bottom: 30px;
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 29px;
}
section#bio .row .bio-image--inner {
  height: 550px;
  background-size: contain;
  background-repeat: no-repeat;
}
section#moto {
  background: #e3e3e3;
  padding: 125px 0;
}
section#moto h3.moto {
  color: #955858;
  font-size: 56px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Ubuntu Condensed", sans-serif;
}
section#moto .moto-writer {
  text-align: center;
}
section#testimonials {
  background: #eba48a;
  color: #ffffff;
  padding: 120px 0;
  text-align: left;
}
section#testimonials .container {
  max-width: 1200px;
}
section#testimonials .container h2 {
  font-weight: 100;
  margin-bottom: 60px;
  text-align: center;
  font-size: 36px;
  font-family: "Ubuntu Condensed", sans-serif;
}
section#testimonials .container .testimonial-item {
  padding: 0 50px;
}
@media (max-width: 768px) {
  section#testimonials .container .testimonial-item {
    margin-bottom: 3rem;
  }
}
section#testimonials .container .testimonial-item--top {
  margin-bottom: 50px;
  min-height: 264px;
}
@media (max-width: 768px) {
  section#testimonials .container .testimonial-item--top {
    margin-bottom: 20px;
  }
}
section#testimonials .container .testimonial-item--bottom {
  font-style: italic;
}
