.experiencia{
  padding: 1rem 2rem;
  display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.experiencia h3{
  font-weight: 600;
  font-size: 1.3rem;
}

.tempoExperiencia{
  display: flex;
  gap: .5rem;
  margin: .5rem 0;

  font-weight: 400;
}

.descricaoExperiencia{
  font-weight: 300;
  text-align: left;
}

.date{
  width: 1rem;
  height: 1rem;

  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/icons/date.svg');
}