.card-blog {
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 90%;
    width: 100%;
    max-width: 360px;    
    transition: transform 0.3s ease;
}