.agapeContent {
  margin: 20px 10%;
}
.agapeImg img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
}
.agapeRow {
  display: flex;
  flex-wrap: wrap;
  margin: 1% 5%;
  align-items: center;
  justify-content: space-evenly;
}
.agape-left {
  flex: 50%;
  margin: 50px 0;
}
.agape-left video {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.agape-right {
  flex: 50%;
}
.agape-right p {
  text-align: center;
}
/* .agape-right p {
  margin-right: 23%;
} */
.listOL {
  margin: 0 9%;
}
.listOL ol li {
  list-style-type: decimal;
  list-style-position: inside;
  display: list-item;
  font-size: 14px;
}
.listOL ol {
  display: table;
  text-align: left;
  margin: auto;
  margin-top: 2%;
}
