.pg-photos--title {
    padding: 0 30px;
}

.pg-photos--title p b {
    margin-left: 10px;
}

.pg-photos--list {
    display: flex;    
    /* -ms-flex-pack: justify;
    justify-content: space-between; */
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 30px;
    flex-wrap: wrap;
}

.pg-photos--list .site_title {
    display: none;
}

.pg-photos--list .item {
    padding: 10px;
    max-width: 20%;
}