.h3_title {
  display: grid;
  grid-template-columns: 1rem auto;
  align-items: center;
}
.h3_title div {
  width: 6px;
  height: 2rem;
  background-color: #00B050;
  clip-path: inset(0 0 0 0 round 3px);
}

.information_career_list {
  margin-left: 1.2em;
  text-indent: -1.2em;
}