.brochure-container {
    max-width: 900px;
    margin: auto;
}

.brochure {
    margin-bottom: 3rem;
}

.brochure-title {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 2rem;
    color: #1f2937;
    text-align: center;
}

.image-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.image-grid img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    object-fit: contain;
}

.image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt-4,
.py-4 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

@media (max-width: 768px) {
    .image-grid {
        margin-left: 10px;
        margin-right: 10px;
    }

    .ml-auto-byLee {
        margin-left: auto;
    }
}