#about .hrtitle {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

#about .biop {
  /* font-family: 'Open Sans', Helvetica, Arial, sans-serif; */
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  border: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  color: var(--textcolor);
  display: block;

  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: left;
}
#about .h2title {
  font-size: 24px;
  line-height: 1.5em;
  /* font-family: Raleway, 'Open Sans', Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  word-wrap: break-word;
  margin: 3em 0 0.5em;
  margin-bottom: 25px;
  padding: 20px;
}

#about .biopic {
  float: left;
  width: 40%;
  text-align: -webkit-center;
}

#about .johannabiopic {
  position: relative;
  background-image: var(--bioimage);
  background-color: var(--bioimagebackground);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  height: 298px; /* You must set a specified height */
  width: 238px;
}

#about .johannabiopic:hover .overlay {
  opacity: 1;
}

#about .about-button-div {
  text-align: center;
}

#about .about-button {
  order: none;
  border-radius: 25px;
  outline: 0;
  display: inline-block;
  padding: 8px 15px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 5px 10px #ab8900;
  transition: all 0.3s;
}

#about .biotext {
  float: left;
  padding-right: 10px;
  width: 60%;
}

#about .newspaper {
  clear: left;
  column-count: 2;
  column-gap: 40px;
  column-rule: 1px solid lightblue;
  padding: 20px;
}

#about h2 {
  column-span: all;
}

#about .about-hr {
  /* section-children */
  width: 50%;
  min-height: inherit;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #about .biopic {
    background-color: var(--bioimagebackground);
    width: 100%;
  }

  #about .biotext {
    width: 100%;
    padding: 20px;
  }
  #about .newspaper {
    column-count: 1;
  }
}
