.article-img {
    max-width: 400px;
    height: auto;
}
.whats-new {
    background-color: #e0f4f8;
    padding: 15px;
    border-radius: 10px;
}
.whats-new h5 {
    border-bottom: 1px solid #5cb0b7;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 20px;
}
.news-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 20px 0px;
}
.news-item:last-child{
  border-bottom: none;
}
.news-item img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 5px;
}
.news-item a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}
