.photo-gallery-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.gallery-img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
}

.view-all-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #7a0000;
    /* govt maroon */
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.view-all-btn:hover {
    background-color: #9b1c1c;
    color: #fff;
}
.photo-gallery-header{
    width: 100%;
    width:100%; background: #d9b2b2;
}
