/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.card-item {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 20px;
}

.card-item .title-article {
    display: inline-block;
    margin-bottom: 18px;
}

.card-item h3 {
    text-decoration: underline;
    font-weight: 500 !important;
    line-height: 1.4;
}

.card-item p {
    margin-bottom: 0;
    line-height: 1.4;
}

.card-item img {
  display: none;
}