﻿

.blog-card {
    color: red;
    background: #fff;
    margin-bottom: 20px;
    height: 150px;
    width: 540px;
    border-radius: 15px;
    display: flex;
    overflow: hidden;
    cursor: pointer;
}



.blog-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body {
    background: #f3f3f3;
}


.blog-card .radio-4-3 {
    width: 220px;
    height: 100%;
    padding-bottom: unset;
}

    .blog-card .radio-4-3 div {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

.blog-card .right-content {
    width: 320px;
    padding: 15px;
}

    .blog-card .right-content h2 {
        color: #000;
        font-size: 18px;
        font-weight: 900;
        letter-spacing: 0.5px;
    }

    .blog-card .right-content span {
        color: #a9a9a9;
        font-size: 12px;
    }

    .blog-card .right-content p {
        color: #a9a9a9;
        font-size: 14px;
        margin-top: 5px;
    }