.history-title {
      margin-bottom: 40px;
}

.photo-grid {
      margin-top: 20px;
      margin-bottom: 30px;
      gap: 10px;

}


.photo-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .photo-item {
    margin-bottom: 0;
    }
}


.photo-caption {
    margin-top: 10px;
    font-style: italic;
    color: #666;
    text-align: center;
}