body, div, pre, p, a, img, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: unset;
}

.about {
  width: 1024px;
  margin-top: 24px;
}
.about__headline {
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 48px;
  text-align: center;
}
.about__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 49px;
}
.about__list__item {
  position: relative;
}
.about__list__item:not(:last-of-type) {
  border-right: solid 1px #ccc;
}
.about__list__item:not(:first-of-type) {
  padding-left: 24px;
}
.about__list__item a {
  display: block;
  padding-right: 50px;
  width: 100%;
  height: 100%;
}
.about__list__item a::before {
  position: absolute;
  top: 50%;
  right: 24px;
  margin: auto;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -7px;
  content: "";
  transform: rotate(135deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.about__list__item__label {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.about__article {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 80px;
}
.about__article#target1 {
  background-color: #f5ede4;
}
.about__article#target2 {
  background-color: #e2d7c3;
}
.about__article#target3 {
  background-color: #d9deda;
}
.about__article#target4 {
  background-color: #f4f5e4;
}
.about__article__min-content {
  padding: 40px 25px 0 40px;
  width: 360px;
}
.about__article__min-content--headline {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 40px;
}
.about__article__min-content--text {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 40px;
  line-height: 2;
}
.about__article__min-content--image {
  width: auto;
  max-width: 100%;
}
.about__article__image {
  width: 763px;
}
.about__article__image img {
  width: auto;
  max-width: 100%;
}