#musters{
 height: auto;
 position:relative;
    grid-column: 1 / 13;
}


.blog-text ul li{
        padding-bottom: 19px;
    list-style: outside " · " !important;
}
#musters {
 /*  column-count: 2; Define el número de columnas */
  /*column-gap: 0;  Espacio entre las columnas */
}

.muster {
    margin-bottom: 10px;
    height: auto;
    margin-right: calc(var(--u-50));
    margin-left: calc(var(--u-50));
    margin-top: calc(var(--u-75));
    margin-bottom: calc(var(--u-50));
    padding-bottom: calc(var(--u-50));
    border-bottom: 1px solid #c5c5c5;
}

/* Opcional: añadir un margen derecho para separar las columnas */
.muster:nth-child(odd) {
 
}

/* Opcional: para navegadores más antiguos que no soportan bien calc() */
@media screen and (max-width: 600px) { /* Ejemplo de breakpoint */

}

#news .fecha{
        color: var(--color3);
        font-family: var(--fuente3);
}
#news .tit{
   margin-bottom:calc(var(--u-100)*.18);
       line-height: normal;
}
#news .subtitulo{
    line-height: 1.75;
}
.vermas{
color: var(--color3);
}
.project:hover .linkolor{
color: var(--color3);
}
#tit_news{
     color: #97949e;
     text-align: center;
     position: relative;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-content: center;
     align-items: center;
     margin-top:calc(var(--u-75));
     margin-bottom: 0;
}
#imagenes{
       margin-top: 0;
}
#tit_news .seperator{
    margin-top: calc(var(--u-50));
    width: calc(var(--u-75));
    margin-bottom: 0;
}
#tit_news::after {
opacity: 1;
    width: 100%;
    color: var(--color3);
    background-color: var(--color3);
    bottom: 2px;
}