.recent_blogs .content_area{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px}.recent_blogs h2{font-size:30px!important;font-weight:200;text-transform:uppercase;color:#333;padding:0;margin:0 0 30px}.recent_blogs .content_area .content{background:#f0f0f0;border:1px solid #ccc;display:flex;flex-direction:column;justify-content:space-between}.recent_blogs .content_area .content .text_contents{padding:25px;min-height:255px}.recent_blogs .content_area .content .text_contents h3,.recent_blogs .content_area .content .text_contents p{margin:0;padding:0}.recent_blogs .content_area .content .text_contents h3 a{color:#34005f;font-size:16px;font-weight:400}.recent_blogs .content_area .content .text_contents .blog-author p{margin:15px 0;font-weight:600}.recent_blogs .content_area .content .featured_img{height:220px;width:100%;background-position:50%;background-size:cover}@media (max-width:991px){.recent_blogs .content_area{grid-template-columns:1fr 1fr}.recent_blogs .content_area .content .text_contents{min-height:275px}}@media (max-width:767px){.recent_blogs .content_area{grid-template-columns:1fr}.recent_blogs .content_area .content .text_contents{min-height:auto}}