.blogCard {
    border-bottom: 1px solid #F0DCDC;
}
.blogCard:last-of-type {
    border-bottom: 0;
}
.blogCard h4 {
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#4C323E;
    font-weight: 500;
}
.blogCard img {
    width:64px;
    height: 64px;
    border-radius: 4px;
}
.blogCard .intro {

    font-style: italic;
    color:#95435E;
}
.blogCard .date {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}



.bigBlogCard {
    border-bottom: 1px solid #F0DCDC;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.bigBlogCard:last-of-type {
    border-bottom: 0;
}
.bigBlogCard h2 {
    /*margin-top: 3px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#4C323E;
    font-weight: 500;
}
.bigBlogCard img {
    border-radius: 4px;
    max-width: 100%;
    height: auto;
}
.bigBlogCard .intro {
    color:#95435E;
}
.bigBlogCard .date {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}