.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  border-bottom: 1px solid #d8d8d8;
  background-color: #ffffff;
  padding: 0 1rem;
}
.btn__wrap {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-right: 1rem;
}

.wrapper {
  background-image: url(../img/hero.jpg);
  background-position: 33% 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 550px;
}
.wrapper__logo {
  padding-top: 30px;
}

h1.title {
  padding: 70px 0 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
}
.about {
  margin-top: 3rem;
}
ul > li i {
  padding-right: 1rem;
}
