.percent-container {
  margin-top: 3em;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
  padding-right: 3em;
}

.percent-container-sec {
  display: flex;
  flex-direction: column;
  margin: 2em;
}

.percent-container-sec-1 {
  font-weight: bold;
  font-size: 30px;
  /* line-height: 44px; */
  margin-right: 0.2em;
}

.percent-container-sec-2 {
  width: 25em;
  /* font-weight: 600; */
  font-size: 14px;
}
