/* Gallery page content below the shared banner. */
.gallery-page-content {
    padding-top: 3.25rem;
}

.gallery-page-content .gallery-content-title {
    margin: 0 0 0.75rem;
    color: var(--cl-main);
    font-family: var(--font-heading), serif;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.gallery-page-content .gallery-content-description {
    margin-bottom: 3rem;
}

@media (max-width: 767px) {
    .gallery-page-content {
        padding-top: 2.5rem;
    }

    .gallery-page-content .gallery-content-title {
        font-size: 2rem;
    }

    .gallery-page-content .gallery-content-description {
        margin-bottom: 2rem;
    }
}
