.boletin-simple-widget {
    background: #1818181F;
    border-radius: 12px;
    padding: 0px 0px 12px 0px;
    box-shadow: 0 4px 12px #000A3200;
    text-align: left;
    font-family: sans-serif;
}
.boletin-img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 24px;
}
.boletin-simple-widget img.boletin-img {
    border-radius: 12px 12px 0 0;
}
.boletin-titulo {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0%;
    color: #181818;
    margin-bottom: 16px;
    margin-top: 0px;
    padding: 0 16px;
}
.boletin-descripcion {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0%;
    color: #181818;
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 0 16px;
}
.boletin-leer-mas {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-decoration: none;
    font-weight: 600;
    padding: 0 16px 20px 16px;
}
.boletin-leer-mas:hover {
    text-decoration: none;
}
.boletin-leer-mas {
    color: #0078C8;
    display: inline-flex;
    align-items: center;
    gap: 0px;
}
.boletin-leer-mas:hover::before {
    transform: translateX(3px);
}