.bio img {
  width:  100%;
  height: auto;
  margin-bottom: 6rem;
  display: block;
  content: url("../images/bio/bio_background_mobile.jpg");
}

.bio {
  overflow: hidden;
}

.bio-txt {
  color: var(--font-color-grey); 
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  width: 100%;
}

.bio h2 {
  color: var(--dark-blue);
  width: fit-content;
  padding-right: 1rem;
  border-bottom: 0.2rem solid var(--light-grey);
  font-weight: 200;
  font-size: var(--font-size-ll);
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}

.bio-txt p {
  max-width: 40rem;
  margin-bottom: 2rem;
  text-align: justify;
}

.list-title {
  padding-top: 2rem !important;
}

.bio-txt li {
  max-width: 40rem;
  padding: 0.7rem;
}

.bio-txt ul {
  padding-left: 3rem;
}

@media only screen and (min-width: 1024px){
  .bio img {
    width: 100%;
  }

  .bio-txt {
    flex-direction: row;
  }

  .bio-separetor[data-notlast] {
    margin-top: 39px;
  }

  .bio-txt p {
    text-align: justify;
  }
}

@media only screen and (min-width: 480px){
  .bio img {
    content: url('../images/bio/bio_background_desktop.jpg');
  }
}
