.anuario .col-4 .art__wrapper-img {
    height: 410px!important;
}
.title-block{
    color: #fff;
    padding: 0.3em;
    text-align: center;
    margin-bottom: 1em;
}
.title-block h3{
    font-size: 1.3em;
}
.img-murales{
    width: 100%;
    height: 246px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 768px){
    .col-4 .art__wrapper {
        width: calc(95% - 10px);
        margin: auto;
    }
    .divisor-novedades .circle-2 {
        right: -7px;
    }
    .divisor-novedades{
        width: 95%;
    }
}