.spu-container{
    margin-top: 0px;
} 
.spu-container h6{
    font-size:12px;
} 
.spu-container h4 {
    margin-bottom: 0;
}
.spu-container .num{
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -webkit-flex-basis: calc(20% - 2px);
    -ms-flex-preferred-size: calc(20% - 2px);
    flex-basis: calc(20% - 2px);
    max-width: calc(20% - 2px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #333333;
    margin-right: 6px;
	min-width: 55px;
} 


.spu-container .posts-grid-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.spu-container .posts-grid-item {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    position: relative;
    border: none;
}
.spu-container .posts-grid-item {
    padding-left: calc(25px / 2);
    padding-right: calc(25px / 2);
    margin-bottom: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #555;
}

.spu-container .post-description--content {
    -ms-flex: 0 0 80%;
    -webkit-flex: 0 0 80%;
    flex: 0 0 80%;
    padding: 5px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.spu-container .post-description--content a{
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: initial;
}
.spu-container .spu-head{
    font-weight: 400; 
    font-style: normal;
    margin: 0;
    color: #333333;
    font-size: 22px;
    letter-spacing: 0.01rem;
    line-height: 1.1;
    padding: 10px 0px;
    text-transform: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #555;
}

.spu-container .spu-separator{
    display: block;
    line-height: 1;
    padding: 0px;
    transition: color .3s ease;
    color: #e11612;
    width: 100%;
}
.spu-container .spu-separator::before{
    display: block;
    content: '';
    box-sizing: content-box;
    border-top-style: solid;
    width: 100%;
    border-width: 3px;
}
