@import url('https://fonts.googleapis.com/css?family=Bebas+Neue|Montserrat:200,300,400,600,700,800,900&display=swap&subset=latin-ext');
.section-about {
  padding: 50px 0;
  background-color: #7a6440;
  color: white;
}
.about-header {
  border-bottom: 10px solid white;
  color: white;
  font-size: 50px;
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto 50px;
  text-transform: uppercase;
}
.about-subheader {
  align-self: flex-start;
  font-size: 35px;
  font-family: 'Bebas Neue', sans-serif;
}
.about-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.about-text p {
  color: white;
  text-indent: 30px;
  position: relative;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 40px;
}
.about-text p:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  left: 5px;
  top: 10px;
}
.section-home-about {
  height: calc(100vh - 112px);
  background-image: url('../images/home-about.png');
  background-size: auto calc(100vh - 112px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
  background-size: cover;
}
.home-about-howcani {
  text-align: center;
  position: absolute;
  bottom: 32%;
  width: 100%;
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 120px;
  text-shadow: 2px 4px 3px rgba(2, 2, 2, 0.7);
  line-height: 1;
}
.home-about-ianswer {
  text-align: center;
  position: absolute;
  bottom: 28%;
  width: 100%;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  text-shadow: 2px 4px 3px rgba(2, 2, 2, 0.7);
  line-height: 1;
}
.button-more {
  background-color: #7a6440;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  width: 200px;
  margin: 0 auto;
}
.button-more-wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15%;
}
@media (max-width: 768px) {
  .home-about-ianswer {
    font-size: 20px;
  }
  .home-about-howcani {
    font-size: 60px;
  }
}
