/* Cards Block Skin*/ 
.cards-blog__card .cards-blog__title {
    width: 100%;
    text-align: left;
}
.cards-blog__card .cards-blog__title > a{
    color: #000;
    font-weight: 500 !important;
    font-size: 24px !important;
}
.cards-blog__card .cards-blog__read-more {
    border: none;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
    padding-left: 0;
    padding-bottom: 16px;
    display: block;
}
.cards-blog__card .cards-blog__meta-data > span {
    color:rgba(0, 0, 0, 0.25);
    font-weight: 700;
    font-size: 10px;
}
.cards-blog__card .cards-blog__meta-data  {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.cards-blog__card .cards-blog__content {
    padding: 10px 20px;
}
.cards-blog__card {
    border-radius: 10px;
    background-color: white;
    border:1px solid rgba(0,0,0,0.2);
}
.cards-blog__card .cards-blog__thumbnail > img {
    border-radius: 10px 10px 0 0;
    aspect-ratio: 1/0.70;
    object-fit: cover;
} 
