Fiz algo simples, mas acedito que deu para praticar um pocuo.
CSS:
.apresentacao__links__link:hover { background-color: blue; font-weight: 400; size: 60px;
}
.apresentacao__conteudo__titulo:hover { background-color: blueviolet; height: 200px; }
.apresentacao__conteudo__texto:hover { background-color: blueviolet;
}