Congratulations! You did a great job on this task. I have just some small improvements:
class="sender-column" on the date can be set on <p> directly. No need for the <div> inside. Actually <div> inside <p> isn’t valid HTML.
You used two </li> on the “Third semester” list element
On the last line: As we use a citation it would be better to use <cite> instead of <em>
As a general suggestion I recommend using https://validator.w3.org/nu/#textarea to check your HTML after finishing a task. It’s great to find problems with the document structure.