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

#talk-m h1 {
    padding: 15vh 0 4rem 0;
    font-size: 9vw;
    letter-spacing: -.03rem;
    color: white;
}

#talk-m img {
    width: 90%;
    height: auto;
    padding-bottom: 3rem;
}