.blog_card {display: flex; flex-direction: column; align-items: start; justify-content: space-between; background-color: #2D4C62;border-radius: 28px;padding: 26px 20px 39px 20px;}
.blog_card > a:nth-of-type(1) {position: relative;width: 100%;}
.blog_card > a:nth-of-type(1) > img {width: 100%;max-height: 210px; height: 100%;object-fit: cover;border-radius: 22px;margin-bottom: 30px;}
.blog_card > a:nth-of-type(1) > p {position: absolute;color: #fff;font-size: 18px;background-color: #282828;height: 70px;width: 70px;border-radius: 50%;text-align: center;align-content: center;bottom: 0;right: -10px; display: flex; align-items: center; justify-content: center; flex-direction: column; line-height: 1;}
.blog_card > a:nth-of-type(1) > p span {font-weight: 900;font-size: 30px;line-height: 30px;display: block;}
.blog_card > p:nth-of-type(1) {font-weight: 600;color: #fff;margin-bottom: 10px;}
.blog_card > a:nth-of-type(2) > h3 {color: #fff;font-weight: 600;font-size: 24px;line-height: 30px;margin-bottom: 15px;}
.blog_card > p:nth-of-type(2) {color: #fff;font-weight: 600;font-size: 18px;margin-bottom: 25px;}
.blog_card > a:nth-of-type(3) {background-color: #24C66D;border-radius: 30px;height: 50px;line-height: 50px;max-width: 203px;width: 100%;text-align: center;font-weight: 600;font-size: 14px;color: #fff;}

@media only screen and (max-width:767px) {
    .blog_card > a:nth-of-type(1) > img {max-height: 432px;}
}