.home_last_news_box img {
    width: 50%;
    float: left;
    margin-right: 0.5em;
}

.p_justify {
    text-align: justify;
}

.news_list {
    padding-left: 0;
    list-style: none;
}

.news_list_item {
    display: flow-root;
    margin-bottom: 1em;
}

.news_list_col_img {
    text-align: center;
    margin: auto;
    display: block;
}

.news_list_img {
    float: left;
    margin: 0 15px 0 0;
    width: 100px;
    height: 100px;
}

.news_list_title {
    font-weight: bold;
}

.news_list_descrizione {
    font-style: italic;
}

.news_box {
    display: inline-block;
}

.news_box img {
    width: 30%;
    height: 30%;
    float: left;
    margin-right: 0.5em;
}

.news_img {
    float: left;
    margin: 0 15px 0 0;
    width: 600px;
    height: 400px;
}

.news_user_span {
    height: 40px;
    width: 40px;
    background-color: var(--primary);
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.5em;
    text-align: center;
    vertical-align: middle;
}

.news_user_span i {
    vertical-align: middle;
    color: var(--secondary);
}

.news_title {
    color: var(--primary)!important;
}

.news_subtitle {
    margin-bottom: 20px;
    color: var(--primary)!important;
}