
.exc-content h3 {
    font-family: 'Helvetica Condensed', sans-serif;
    color: #262626;
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    margin-top: 0;
}

.exc-tema span,
.exc-meta p {
    font-family: 'Helvetica', sans-serif;
    color: #262626;
    font-weight: 300;
    
}

@media (max-width: 768px) {
    .exc-card {
        width: calc(100% - 0px);}
    .exc-container {
        width: 45%;
    }
}

@media (max-width: 576px) {
     .exc-card {
        width: calc(100% - 0px);}
    .exc-container {
        width: 100%;
    }
}