.blog:hover .blog_img img {
    transform: scale(1.05);
}

.blog_img {
    overflow: hidden;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.blog_img img {
    transition: 0.25s ease;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.blog_details_area p {
    font-size: 2rem;
    line-height: 2.8rem;
    padding-bottom: 3rem;
  }