.gallery-page {
    background: linear-gradient(180deg, rgb(243 243 233 / 85%) -9.01%, rgb(243 242 233 / 87%) 100%), url(/img/reserve-pattern.svg), repeat;
    background-size: 57px;
    padding-bottom: 85px;
}

.gallery-logo {
    fill: #222D66;
    max-width: 300px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.gallery-menu-section {
    padding: 30px 100px;
}

.gallery-page .text-section h1 {
    color: #252E65;
    font-family: BatickRodist;
    font-size: 160px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.gallery-page .circle {
    background: #252E65;
}

.gallery-page .line {
    background: #252E65;
    width: 530px;
}

.gallery-container {
    margin: 50px 100px;
}

.gallery-container img {
    border-radius: 10px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media only screen and (max-width: 450px) {
    .gallery-logo {
        max-width: 200px;
    }

    .gallery-menu-section {
        padding: 30px;
    }

    .gallery-page .text-section h1 {
        font-size: 70px;
    }

    .gallery-page .line {
        width: 240px;
    }

    .gallery-page {
        background-size: 37px;
        padding-bottom: 35px;
    }

    .gallery-container {
        margin: 20px;
    }
}

