body {
  overflow-x: hidden;
  margin: 2px;
  padding: 0;
}
.hero-wrapper {
  width: 100%;
  background-color: #02025a;
  /* padding: 60px 30px; */
}

.hero-div {
  display: flex;
  justify-content: space-between;
  padding: 60px 30px;
}

.wave {
  display: block;
  position: relative;
  height: 40px;
  width: 100%;
  background: #02025a;
  transform: scale(1, 1);
}

.wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: white;
  right: -25%;
  top: 20px;
}

.wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #02025a;
  left: -25%;
  top: -240px;
  clip-path: ellipse(100% 15% at -15% 100%);
}

.hero-wrapper h1 {
  color: white;
}
.hero-wrapper h4 {
  color: whitesmoke;
}
.hero-wrapper p {
  color: #9896f0;
}
.hero-wrapper img {
  max-width: 250px;
}

.our-targets {
  background-color: white;
  margin-top: 280px;
  padding-bottom: 9em;
  /* margin-bottom: 160px; */
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.unity-div {
  display: flex;
  flex-direction: column;
  gap: 5em;
}

.peace-display-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4em;
  padding: 50px 0px 10px 0px;
}

#peace-display {
  max-width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
}

.target-wrap {
  width: 20em;
}
.row-wrap {
  display: flex;
  flex-direction: row;
  gap: 0.8em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.our-targets p {
  margin-top: 10px;
  /* opacity: 0.5; */
  color: gray;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.our-targets button {
  color: #9896f0;
  background-color: #ffff;
}

.our-targets h3 {
  color: #1f1f7a;
}
.our-targets h2 {
  /* position: absolute; */
  margin-left: 430px;
  margin-top: -160px;
  color: gray;
  font-weight: 900px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

#over-mage {
  position: absolute;
  margin-right: 200px;
  margin-top: -100px;
}

.rule-law-img {
  height: 200px;
  width: 400px;
}

@media screen and (max-width: 787px) {
  .hero-wrapper {
    width: 100%;
    padding: 0;
  }
  .hero-div {
    display: flex;
    gap: 10px;
    width: 100%;
    flex-direction: column-reverse;
    padding: 20px 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  #peace-display {
    position: none;
    width: 90%;
  }

  .hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .peace-display-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3em;
  }

  .our-targets h3 {
    width: 95%;
  }

  .row-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }

  .target-wrap {
    width: 80%;
  }

  br {
    display: none;
  }
}
