@charset "utf-8";

.png_item_box { display: grid; width: 100%; margin: 0 auto;   }
.png_item {
    background: #f5f5f5;    
    text-align: center;
    padding: 20px;    height: auto;
}

.png_item img {
    max-width: 100%;
    height: auto;
    border-bottom: 0px solid #ddd;
    margin-bottom: 10px;
}

.png_item p {
    margin: 0;
    font-weight: bold;
}

