.first {
  background-image: url(../image/about.jpg);
}

.about_copy {
  margin: 80px 50px;
  text-align: center;
}
.about_copy h2 {
  font-size: 30px;
}
.about_copy p {
  font-size: 18px;
}
.about_copy h3 {
  margin-top: 80px;
  font-size: 22px;
}
.about_copy p:last-of-type {
  margin-top: 50px;
}

.about_figure {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
  margin-bottom: 50px;
  background-color: #4F200D;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .about_figure {
    display: block;
  }
}
.about_figure figure {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .about_figure figure {
    margin: 30px 0;
  }
}
.about_figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about_figure img {
    width: 100%;
  }
}/*# sourceMappingURL=about.css.map */