
  .footer_mente {
    padding: 2em 0;
  }
.footer_mente .inner {
  width: 100%;
  margin: 0 auto;
  padding: 5px 10px 0px;
}
.footer_mente h2 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-left: 4px solid #004831;
  line-height: 1;
  padding-left: 0.5em;
}
.footer_mente .box {
  border: 1px solid #ccc;
  border-radius: 0.5em;
  padding: 1em 1.5em;
  margin-top: 0.5em;
  }
.footer_mente p {
  margin-bottom: 1em;
}
.footer_mente h3 {
  margin: 0.5em 0;
  font-weight: bold;
}
.footer_mente h3::before {
  content: "◇";
}
.footer_mente ul {
  list-style: disc;
  padding-left: 1.5em;
}

