.about-h1-block-wrap {
  position: relative;
  background: url(../img/about/about-bg.jpg);
  background-position: center right;
  height: 300px;
}

.about-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.about-h1-block .about-h1 {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
}
.about-h1-block .h1-txt {
  font-size: 16px;
  text-align: center;
  color: #000;
  font-weight: 300;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .about-h1-block-wrap {
    height: 250px;
  }

  .about-flex {
    height: 250px;
  }

  .about-h1-block .about-h1 {
    font-size: 24px;
    letter-spacing: 0;
  }
  .about-h1-block .h1-txt {
    font-size: 14px;
    margin-top: 30px;
  }
}
.signup {
  font-size: 24px;
  color: #fff;
  background: #000;
  max-width: 570px;
  display: block;
  width: 100%;
  padding: 30px 10px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.signup:hover, .signup:focus, .signup:active {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .signup {
    font-size: 20px;
    max-width: 80%;
  }
}
.bh-piclist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  list-style: none;
  padding-left: 0;
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
}
.bh-piclist li {
  padding: 0 20px;
  display: block;
}
.bh-piclist li a {
  display: block;
}
.bh-piclist li a img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .bh-piclist {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: -10px;
    margin-right: -10px;
  }
  .bh-piclist li {
    padding: 10px;
  }
}
.about-whatis {
  list-style: none;
  padding-left: 180px;
}
.about-whatis li {
  border-left: 3px solid #fcc800;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 18px;
  padding-left: 20px;
  letter-spacing: 0.05em;
}
.about-whatis li .num {
  font-size: 24px;
  position: absolute;
  left: -80px;
  vertical-align: top;
  line-height: 1;
  color: #414141;
}
.about-whatis li .num strong {
  font-size: 40px;
  font-weight: 200;
  vertical-align: top;
  position: relative;
  top: -3px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .about-whatis {
    padding-left: 50px;
  }
  .about-whatis li {
    font-size: 14px;
    padding-left: 13px;
  }
  .about-whatis li .num {
    font-size: 14px;
    left: -50px;
    margin-top: 5px;
  }
  .about-whatis li .num strong {
    font-size: 20px;
  }
}

/*# sourceMappingURL=about.css.map */
