.bio-container {
  justify-content: center;
  width: 70%;
  margin: 40px auto 80px;
}

.bio-container p {
  font-family: proxima-nova, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 25px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

.bio-breaker {
  position: relative;
  height: 500px;
  background-color: black;
}

.bio-image {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
}

.quote-container {
  position: absolute;
  width: 500px;
  top: 35%;
  left: 40%;
  transform: translateY(-50%);
  background-color: white;
  padding: 10px;
}

.quote {
  font-style: italic;
  text-align: center;
  padding: 20px 10px;
  margin: 0;
}

@media screen and (max-width: 1134px) {
  .bio-breaker {
    position: relative;
    height: 400px;
    background-color: black;
  }
  .bio-image {
    top: 50%;
    position: absolute;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    transform: translateY(-50%);
    width: 300px;
    height: auto;
  }
  .quote-container {
    display: none;
  }
}
