article {
  font-size: 0.8em;
}

h2 {
  font-size: 1.3em;
}

.job-experience {
  li {
    list-style-type: none;
    margin: 8px 0 0 8px;
  }

  .job-company {
    font-size: 1.3em;
    width: 100%;
    font-weight: 900;
  }

  .job-title {
    width: 30%;
    font-style: italic;
    margin-top: 0;
  }

  .job-duration {
    width: 60%;
    font-weight: 700;
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }

  .job-descr {
    width: 90%;
  }

  display: flex;
  flex-wrap: wrap;
}

.skills {
  display: flex;
  flex-wrap: wrap;
  dd {
    width: 20%;
    font-weight: 700;
    margin-bottom: 8px;
    margin-right: 8px;
  }
  dt {
    width: 70%;
  }
}

.education {
  li {
    list-style-type: none;
    margin-right: 8px;
    width: 75%;
  }
  .education-date {
    width: 20%;
    font-weight: 700;
 }
  display: flex;
  flex-wrap: wrap;
}
