.blog-cards .blog-card-heading {
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    width: 100%;
    margin-bottom: 30px;
}
.blog-cards .blog-card-item {
    border-radius: 30px;
    background: #F4F6F8;
    overflow: hidden;
}
.blog-cards .blog-card-item img {
    width: 100%;
}
.blog-cards .blog-card-item.whitepaper-card {
    background: #E4C9FF;
    padding: 35px 25px 25px;
    min-height: 260px;
}
.blog-cards .blog-card-item h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 138.889% */
}
.blog-cards .blog-card-item.whitepaper-card h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 140% */
}
.blog-cards .blog-card-item a {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 166.667% */
}
.blog-cards .blog-card-item-content p {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 166.667% */
    margin-bottom: 23px;
}
.blog-cards .blog-card-item-content {
    padding: 20px 25px;
}
.blog-cards .blog-card-item.whitepaper-card a {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 138.889% */
}
.blog-cards .headings .col-md-4 {
    margin-bottom: 20px;
}

.blog-card-item-content > a:after {
    content: '';
    background-image: url('../../../dist/images/arrow-right-dark.svg');
    width: 16px;
    height: 16px;
    position: relative;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}
.blog-card-item-content > a span {
    margin-right: 5px;
}

@media (min-width: 768px) {        
    .blog-cards .blog-card-item.whitepaper-card {
        min-height: initial;
    }
    .blog-cards .blog-card-heading {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 40px;
    }
    .blog-cards .blog-card-item.whitepaper-card h3 {
        font-size: 25px;
        line-height: 35px; /* 140% */
    }
    .blog-cards .headings .col-md-4 {
        margin-bottom: 0;
    }
}