.card-article {
    width: auto;
    height: auto;
    opacity: 95%;
    cursor: pointer;
    /* padding: 15px; */
    border-radius: 6px !important;
    box-shadow: rgba(35, 43, 54, 0.05) 0px 4px 16px, rgba(31, 40, 49, 0.05) 0px 8px 32px;
    background: #ffffff;
    transition: all 0.3s ease;
}
.card-article:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}