.bundle-138 .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-138 .header {
    background-color: #6b5d52;
    padding: 3rem;
    text-align: center;
}

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

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

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

.bundle-138 .content {
    aspect-ratio: 1 / 0.7;
    /* 寬高比為 1:1.1 */
    padding: 3rem 2rem;
    background-color: #f9e7ce;
    position: relative;
    min-height: 400px;
    background-size: cover;
    background-position: center -50px;
}

.bundle-138 .footer-quote {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    color: #333;
    font-weight: 900;
}

.bundle-138 .footer-quote p{
	font-size:1.5rem;
}

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

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


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

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

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

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

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

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

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

@media (max-width: 480px) {
    .bundle-138 .container {
        padding: 0;
    }

    .bundle-138 .header {
        padding: 1.5rem 1rem;
    }

    .bundle-138 .logo {
        width: 80px;
    }

    .bundle-138 .banner {
        font-size: 0.85rem;
        padding: 0.6rem 0.5rem;
        line-height: 1.4;
    }

    .bundle-138 .headerend {
        padding: 1rem;
    }

    .bundle-138 .content {
        aspect-ratio: auto;
        padding: 1.5rem 1rem;
        min-height: 250px;
        background-position: center -30px;
    }

    .bundle-138 .footer-quote {
        margin: 0 auto;
        padding: 0 0.5rem;
    }

    .bundle-138 .footer-quote p {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 0.5rem;
    }

    .bundle-138 .quote-source {
        font-size: 0.9rem;
        margin-top: 0.8rem;
    }

    .bundle-138 .footer {
        padding: 0.8rem 0.5rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .bundle-138 .footer-left {
        font-size: 1.1rem;
    }

    .bundle-138 .footer-right {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .bundle-138 .footer-right p {
        margin-bottom: 0.3rem;
    }
}
