#talk {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#talk h1 {
    padding: 5rem 0 5rem 0;
    font-size: 3vw;
    letter-spacing: -.2rem;
    color: white;
}

#talk img {
    width: 50%;
    height: auto;
    padding-bottom: 5rem;
}