
.author-bio {
  padding-bottom: 20px;
  min-height: 185px;
}

.author-bio p {
  margin: 10px 0;
  color: var(--ncsu-dk-gray);
}

.author-bio a,
.author-bio a:hover {
  color: var(--ncsu-black);
  font-weight: bold;
}

.author-image {
  height: 175px;
  width: 200px;
  object-fit: cover;
  float: left;
  display: inline;
  padding-right: 20px;
  padding-bottom: 10px;
}

p.author-name {
  font-size: 24px;
  color: var(--accent);
  font-weight: 700;
}

.extra-image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}

.extra-image {
  height: 300px;
}

.center {
  text-align: center;
}

@media screen and (max-width: 650px) {
  .author-image {
    display: block;
    padding-right: 0;
    float: unset;
    margin: 0 auto;
  }
}
