.wrap {
  background: #ffffff;
  box-shadow: 0px 0px 10px #d2d2d2;
  border-radius: 30px;
}

.caption {
  color: #55ad34;
}

.table {
  display: table;
  border: solid 2px #55ad34;
  border-collapse: collapse;
}
.table .tr {
  display: table-row;
}
.table .tr .th,
.table .tr .td {
  display: table-cell;
  border-bottom: solid 2px #55ad34;
  padding: 15px 20px;
}
.table .tr .th {
  width: 40%;
  background: #ebfce6;
  border-right: solid 2px #55ad34;
}

.under_line {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.under_line:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #de9d3b;
  border-radius: 2px;
}

.gallery_photo img {
  border-radius: 20px;
}/*# sourceMappingURL=charter.css.map */