.main-hero {
    width: 100%;
    height: 100vh;
    position: relative;
  }
  
  .video-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.85);
    /* background-color: #000000cc; */
  }
  .pdf-wrapper {
    margin-right: 10px; /* Adjust margin as needed */
}
.bio-container {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}