<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.titlu-sectiune-articol{
    text-align: center;
    color: #5EA4F6;
}
.poza-mare-articol{
    text-align: center;
    width: 100%;
}
.poza-mare-articol img{
    width: 100%;
}

.wrapper-articol-text-poza{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.text-articol-mic{
    width: 600px;
}
.poza-mica-articol{
    width: 400px;
}
.poza-mica-articol img{
    width: 100%;
}

h3,
h4,
h5,
p,
th,
td,
caption{
    color:#222555;
}</pre></body></html>