h1 {
  font-size: 8rem;
}

.bio {
  text-align: start;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 40px 0 60px;
  width: 50%;
}

.index-gallery {
  width: 100%;
  height: 65vh;
  filter: brightness(1);
  background-image: url("../images/about-banner.jpg");
  background-position: top;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 5rem;
    padding: 0;
  }
  .index-gallery {
    width: 100%;
    height: 25vh;
  }
  .bio {
    width: 100%;
    padding: 0;
  }

  .text {
    top: 22%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .text h1 {
    padding-bottom: 25px;
  }
}
