.publication-list {
	flex-wrap: wrap;
    align-items: flex-start;
}
.publication-list p {
    color: #474747;
    font-size: 12px !important; 
    line-height: 15px !important;
    margin: 0;
    font-weight: 600 !important;
}
/*.publication-list .col-lg-4:nth-child(3) {
    padding-right: 0;
}
.publication-list .col-lg-4:nth-child(6) {
    padding-right: 0;
}*/
.publication-list h6 {
    font-family: 'din-2014';
    text-transform: capitalize;
    font-size: 14px;
    line-height: 13px;
    margin: 0;
    color: #fff;
    font-weight: 100;
    margin-bottom: 5px;
}
.publication-list h6 img {
    vertical-align: middle;
}
.publication-list h6 strong {
    color: #fff;
}
.publication-list .flex-column {
    padding: 30px;
    max-width: 190px;
    width: 190px;
}
.publication-list {
    display: flex;
}
.publication-list .pb-item {
    width: 20%;
}
@media screen and (max-width: 1024px) {
    .publication-list {
        margin-right: 0;
    }
    .publication-list .flex-column {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .publication-list {
        flex-wrap: wrap;
    }
    .publication-list .pb-item{
        width: 33.333%;
    }
}

@media screen and (max-width: 767px) {
    .publication-list .col-lg-4:last-child {
        margin-bottom: 0;
        padding-right: 15px;
    }
    .publication-list .col-lg-4:nth-child(3) {
        padding-right: 15px;
    }
}
@media screen and (max-width: 622px) and (min-width: 414px) {
    .publication-list .flex-column {
        min-height: 100px !important;
        padding: 15px;  
    }
}
@media screen and (max-width: 575px) {
    .publication-list .flex-column {
        text-align: center;
    }
    .publication-list .pb-item{
        width: 100%;
    }
}
@media screen and (max-width: 413px) {
    .publication-list .flex-column {
        max-width: 100%;
        width: 100%;
        min-height: 100px !important;
        padding: 15px;
    }
}

