.greeting {
  background-image: url("../img/bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 4em 0;
  padding: 10%;
}
.greeting .container {
  display: grid;
  justify-content: center;
  row-gap: 2em;
}
.greeting .container .slogan {
  font-size: 2em;
  color: #6699cc;
}

.c_box {
  margin-bottom: 4em;
}
.c_box .c_title span {
  background-color: #6699cc;
}
.c_box .purpose {
  display: grid;
  justify-content: center;
  row-gap: 2em;
  position: relative;
  padding: 0 1em;
}
.c_box .purpose img {
  max-width: 170px;
}
.c_box .purpose .bird_1 {
  position: absolute;
  top: 0;
  left: 0;
}
.c_box .purpose .bird_2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.c_box .purpose .red {
  font-size: 1.5em;
  color: red;
}
.c_box .purpose ul {
  width: -moz-fit-content;
  width: fit-content;
}
.c_box .purpose ul li {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
  align-items: center;
}
.c_box .purpose ul .p1 {
  width: 1em;
  height: 1em;
  background-color: darkgreen;
}
.c_box .purpose ul .p2 {
  color: darkgreen;
  font-weight: bold;
}/*# sourceMappingURL=message.css.map */