.photo-gallery {
    color: #313437;
    background-color: #fff;
    /* height: 150px; */
    overflow: hidden;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

.photo-gallery img {
    /* min-height: 200px;
    max-height: 250px; */
    min-width: 245px;
    /* border-radius: 5px; */
}

.photo-gallery .description-container {
    /* max-height: 400px; */
    overflow-y: auto;
    padding: 5px;
    background-color: aliceblue;
    word-wrap: break-word;
    text-align: justify;
    text-justify: auto;
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom: 0;
}

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}