/* ------------------------------------------------ */
.experience {
  /*margin-top: 1rem;*/
  max-width: 45rem;
}

.experience li {
  /*flex-flow: row nowrap;*/
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  border-top: dotted #adadad 1px;
  color: #adadad;
}

.experience h2 {
  padding-bottom: 1rem;
  color: #adadad;
}
.experience h3 {
  padding-left: 1rem;
  color: black;
  min-width: 15rem;
  max-width: 15rem;
}

.experience p {
  max-width: 25rem;
}

/* ------------------------------------------------ */
