a.rel-article-item {
    display: block;
    background-color: #f2f2f2;
    width: 514px;
    display: flex;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 10px;
    box-sizing: border-box;
}
.rel-article-item img {
    width: 93px;
    height: 93px;
    margin-right: 19px;
}
.rel-article-item h2 {
    font-family: "ArbutusSlab";
    font-size: 20px;
    font-weight: lighter;
    color: #666;
    line-height: 30px;
    text-transform: unset;
}
