.news-imprensa {
    background: #66589e;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.news-imprensa-badge {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
    margin-bottom: 20px;
}

.news-imprensa-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.news-imprensa-titulo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    letter-spacing: -0.32px;
    margin: 0 0 12px;
}

.news-imprensa-texto {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    letter-spacing: -0.32px;
    margin: 0 0 24px;
}

.news-imprensa-btn {
    border: 1.5px solid #fff;
    border-radius: 50px;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.news-imprensa-btn a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    letter-spacing: -0.32px;
    text-decoration: none;
    text-align: center;
}
