#section_wrapper {
    gap: 80px;
    margin-bottom: 80px;
}

/* Targets the h1 in the 3rd child div = "WUCT in the News" heading */
#section_wrapper > div:nth-child(3) > h1 {
    margin-bottom: 30px;
}

#wuct_in_the_news_container a {
    color: #212529;
}

#wuct_in_the_news_container a:hover {
    text-decoration: none;
}

#wuct_in_the_news_container h5 {
    font-style: italic;
}

#wuct_in_the_news_container h5:hover {
    text-decoration: underline;
}

#wuct_in_the_news_container p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: medium;
}