.blog-img {
    flex-basis: 40%;
    max-width: 40%;
}
.bg-gray{background-color: #f1f1f1a8;}
.blog-info {
    flex-basis: 60%;
    max-width: 60%;
}
.blog-img img, .blog-box img {
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.blog-listing span i {
    font-size: 40px;
    margin-right: 8px;
    color: #e31e25;
}
.blog-info p , .blog-listing p {
    text-align: justify;
}
.blog-tags h5 , .blog-listing h2 , .blog-box h5{color: rgb(0 0 0 / 70%);}
.blog-box a:hover .btn {
    color: #fff !important;
}
.blog-box:hover {
    box-shadow: 0 0 15px 0 #0000003d;
}
.blog-box{
    transition: 0.3s ease-in all;
}
.blog-box a {
    color: #000;
    text-decoration: none;
}
.blog-box a:hover p , .blog-box a:hover h5 {
    color: #000;
    text-decoration: none;
}
.blog-box img{border-radius: 15px;}
.blog-box .btn {
    bottom: 30px;
}
.blog-cards .blog-box img {
    height: 180px;
}
.title-overlay p {
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 15px;
}
.newsroom a:hover {
    color: #fff !important;
}