.bundle-118 .container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 2.5rem;
}

.bundle-118 .header {
    background-color: #6b5d52;
    padding: 3rem;
    text-align: center;
}

.bundle-118 .headerend {
    background-color: #6b5d52;
    padding: 2rem;
    text-align: center;
}

.bundle-118 .logo {
    width: 120px;
    margin: auto;
}

.bundle-118 .banner {
    background-color: #e8c5d8;
    padding: 1rem;
    text-align: center;
    font-size: 1.2rem;
    color: #4a4a4a;
    font-weight: 900;
}

.bundle-118 .content {
    aspect-ratio: 1 / 1;
    /* 寬高比為 1:1.1 */
    padding: 3rem 2rem;
    background-color: #f9e7ce;
    position: relative;
    min-height: 400px;
    background-image: url("118.jpg");
    background-size: cover;
}

.bundle-118 .footer-quote {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    font-size: 1.5rem;
    color: #4a4a4a;
    font-weight: 900;
}

.bundle-118 .quote-source {
    margin-top: 1rem;
    font-style: italic;
}

.bundle-118 .footer {
    background-color: #6b5d52;
    color: white;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.bundle-118 .footer-left {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 900;
}

.bundle-118 .footer-right {
    text-align: right;
}

@media (max-width: 600px) {
    .bundle-118 .banner {
        font-size: 1rem;
        padding: 0.8rem;
    }

    .bundle-118 .content {
        padding: 2rem 1rem;
        min-height: 300px;
    }

    .bundle-118 .quote {
        font-size: 1rem;
    }

    .bundle-118 .footer {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .bundle-118 .footer-left,
    .bundle-118 .footer-right {
        text-align: center;
    }
}