.art-blog_5 {
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.art-blog_5 .art-blog-item .art-blog-image {
    height: 300px;
    background-size: cover;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}

.art-blog_5 h2.art-blog-title {
    font-size: 18px;
    text-align: left;
}

.art-blog_5 .art-blog-allegati {
    font-size: 14px;
}

.art-blog_5.row > [class*="col-"] {
    display: flex;
}

.art-blog_5.row > [class*="col-"] > * {
    width: 100%;
}

.art-blog_5 h2.art-blog-title > a, .art-blog_5 h2.art-blog-title > a:link, .art-blog_5 h2.art-blog-title > a:hover, .art-blog_5 h2.art-blog-title > a:visited {
    font-size: 28px;
}

.art-blog_5 .art-blog-item {
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #8D222B;
    width: 100%;
    margin-bottom: 40px;
}

.art-blog_5 .art-blog-item .art-blog-image-container > img {
    max-height: 150px;
    width: auto;
    display: block;
    margin: 0 auto 20px;
}

.art-blog_5 .art-blog-image-container {
    position: relative;
}

/*
.art-blog_5 .art-blog-image-container a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease 0.5s;
    cursor: pointer;
}

.art-blog_5 .art-blog-image-container:hover a:before {
    background-color: rgba(0,0,0,0.6);
}*/

.art-blog_5 .art-blog-title {
    padding: 0;
    margin: 0;
}

.art-blog_5 .art-blog-contenuto {
    padding: 20px;
    color: #45464e !important;
}

/*.art-blog_5 .art-blog-contenuto .art-blog-info {
    color: #646464;
    font-size: 14px;
    margin: 15px 0;
    text-transform: uppercase;
    display: flex;
}*/

.art-blog_5 .art-blog-contenuto .art-blog-info .art-social-list {
    margin-left: auto;
}

.art-blog_5 .art-blog-contenuto .art-blog-info .art-social-list i {
    margin-left: 10px;
}

.art-blog_5 .art-blog-footer {
    /*margin-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;*/
}

.art-blog_5 .art-blog-footer .art-readmore {
    margin: 0 auto;
}

.art-blog_5 .art-blog-footer .art-social-list {
    margin-left: auto;
}

.art-blog_5 .art-blog-footer .art-social-list i {
    margin-left: 10px;
}

.art-blog_5 .tags.list-inline {
    margin-left: 0.5rem;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
}

.art-blog_5 ul.tags.list-inline li.list-inline-item a.article-tag:link,
.art-blog_5 ul.tags.list-inline li.list-inline-item a.article-tag:visited,
.art-blog_5 ul.tags.list-inline li.list-inline-item a.article-tag:active {
    color: #fff;
}

.art-blog_5 ul.tags.list-inline li.list-inline-item a.article-tag:hover {
    color: #000000;
}