@charset "utf-8";

/* ==========================================================================
   1. 共通・ベース設定
   ========================================================================== */
.lower-page.statement-page.other-activities {
    overflow-x: hidden;
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4%;
    box-sizing: border-box;
}

.sp-only { display: none !important; }

/* ==========================================================================
   2. バナーセクション
   ========================================================================== */
.slider-wrapper-support {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-image-support {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.support-banner-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: #329eeb8a;
    padding: 10px 0;
    text-align: center;
}

.support-title {
    font-family: "Noto Serif JP", serif;
    font-size: 42px;
    font-weight: 900;
    color: #ffffff;
    margin: 0;
    text-shadow: 0px 0px 20px #06465D;
}

.support-text {
    font-family: "Noto Serif JP", serif;
    font-size: 25px;
    font-weight: 900;
    color: #ffffff;
    margin: 5px 0 0 0;
    text-shadow: 0px 0px 20px #06465D;
}

.corner-text {
    position: absolute;
    z-index: 3;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 15px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    white-space: nowrap;
}

.top-left { top: 0; left: 0; }
.top-right { top: 0; right: 0; }
.bottom-left { bottom: 0; left: 0; }
.bottom-right { bottom: 0; right: 0; }

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

/* ==========================================================================
   3. 導入・紹介セクション
   ========================================================================== */
.support-intro {
    width: 1200px;
    max-width: 100%;
    margin: 30px auto 0;
    box-sizing: border-box;
}

.support-intro .container {
    display: block !important;
    width: 100%;
}

.intro-content { width: 100%; }

.intro-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    padding-left: 20px;
    border-left: 8px solid #000;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: left;
}

.intro-text { width: 100%; }

.intro-text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    text-align: justify;
    word-break: break-all;
    overflow-wrap: break-word;
}

/* ==========================================================================
   4. 将来構想 (Vision)
   ========================================================================== */
.support-vision {
    width: 100%;
    margin: 80px 0;
    text-align: center;
    display: block !important;
}

.support-vision .container {
    width: 1600px;
    max-width: 95%;
    margin: 0 auto !important;
    display: block !important;
    text-align: center;
}

.vision-logo {
    margin-top: 60px;
    margin-bottom: 60px;
}

.vision-logo img {
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.vision-message {
    display: inline-block !important;
    position: relative;
    padding-bottom: 15px;
    margin: 0 auto !important;
    text-align: center;
    list-style: none !important;
    background: none !important;
}

.message-text {
    font-family: "Noto Serif JP",serif;
    margin-top: 30px;
    padding: 0;
    font-size: 35px;
    font-weight: 700;
    color: #E83417;
    list-style: none !important;
    background: none !important;
}

.message-text::after, .message-text::before {
    content: none !important;
    display: none !important;
}

.vision-message::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background-color: #E83417;
    width: 100%;
    display: block !important;
}

/* ==========================================================================
   5. Well-being コンテンツ
   ========================================================================== */
.wellbeing-container { margin-top: 30px; }

.wellbeing-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 5%;
}

.wellbeing-row.reverse { flex-direction: row-reverse; }

.wellbeing-detail { flex: 1; }

.wellbeing-image {
    margin-top: 10px;
    flex: 0 0 32%;
    position: relative;
}

.wellbeing-image img {
    width: 100%;
    height: auto;
    display: block;
}

.wellbeing-image .corner-text {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    z-index: 5;
}

.wellbeing-header {
    display: flex;
    align-items: center;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.wb-icon {
    width: 150px;
    height: auto;
    margin-right: 0px;
}

.wb-main-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 27px;
    color: #0D7CCE;
    margin: 0;
    font-weight: 400;
}

.wb-sub-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #0D7CCE;
    margin: 0;
}

.wb-title-group-mini {
    flex: 1;
    border-bottom: 6px solid #0D7CCE;
    padding-bottom: 5px;
}

.wb-title-group-top {
    flex: 1;
    border-bottom: 6px solid #0D7CCE;
    padding-bottom: 5px;
}

.wb-title-group {
    flex: 1;
    border-bottom: 6px solid #0D7CCE;
    padding-bottom: 5px;
    margin-top: 90px;
}

.wb-summary {
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
    font-weight: 300;
}

.wb-summary-group { margin-left: 40px; }

.wb-efforts {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    font-weight: 300;
}

.wb-efforts-label {
    font-weight: bold;
    margin-bottom: 10px;
}

.wb-efforts ul {
    list-style: none;
    padding: 0;
}

.wb-efforts ul li {
    position: relative;
    padding-left: 1.55em;
    margin-bottom: 8px;
}

.wb-efforts ul li::before {
    content: "・";
    position: absolute;
    left: 0;
}

.wb-efforts a {
    color: #329EEB;
    text-decoration: none;
}

.wb-efforts small {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    margin-left: 1.5em;
    color: #333;
}

.wb-efforts .note {
    margin-top: 0px;
    margin-left: 2.5em;
}

/* ==========================================================================
   6. 寄付・募金セクション
   ========================================================================== */
.method-slider-container {
    width: 100%;
    margin: 20px 0;
}

.splide__slide {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.splide__slide img {
    width: 100%;
    height: auto; 
    display: block;
    object-fit: contain;
}

.splide__arrow svg { fill: #329EEB; }
.splide__pagination__page.is-active { background: #329EEB; }

.donation-card {
    border: 1.5px solid #329EEB;
    border-radius: 40px;
    padding: 20px 150px;
    margin-bottom: 15px;
    text-align: center;
}

.donation-card h4 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.donation-type-desc {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 300;  
}

.btn-container {
    margin-top: 15px;
    text-align: center;
}

.btn-online {
    display: inline-block;
    background-color: #FFA5A5;
    color: #fff !important;
    padding: 18px 80px;
    border-radius: 60px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 700px;
}

.btn-online-sub {
    display: inline-block;
    background-color: #FFA5A5;
    color: #fff !important;
    padding: 10px 40px;
    margin-top: 20px;
    border-radius: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 500px;
}

.btn-online:hover, .btn-online-sub:hover {
    background-color: #ff7a7a;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.bank-info-box1 {
    background-color: #DDFCFB;
    padding: 30px 30% 30px 10%;
    text-align: left;
    display: inline-block;
    max-width: 100%;
    border-radius: 10px;
}

.bank-info-box2 {
    background-color: #DDFCFB;
    padding: 30px 10%;
    text-align: left;
    display: inline-block;
    max-width: 100%;
    border-radius: 10px;
}

.bank-details, .contact-info, .contact-details {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

.bank-details { font-weight: 500; margin-bottom: 25px; }
.account-name {
    display: flex;
    align-items: flex-start; 
}
.account-name .label {
    flex-shrink: 0;
    white-space: nowrap;
}
.bank-details .kana { margin-top: -5px; margin-left: 47px; font-weight: 500; }
.contact-info { font-weight: 500; }
.contact-details { font-weight: 300; padding-left: 20px; }
.blue-link { color: #329EEB; text-decoration: none; }

/* 保護募金・ポイント寄付・募金箱 */
.donation-type-details-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 20px;
}

.donation-type-text {
    font-family: "Noto Sans JP", sans-serif;
    flex: 1; 
    font-size: 16px; 
    line-height: 1.8;
    font-weight: 300;
}

.donation-type-img { flex: 0 0 250px; margin-right: 20px; }
.donation-type-img img { width: 100%; height: auto; }

.point-item-box {
    background-color: #DDFCFB;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    text-align: left;
}

.point-item-content { flex: 1; }
.point-item-content h5 { color: #329EEB; font-size: 16px; margin-bottom: 10px; font-weight: bold; text-align: center; }
.point-item-content p { font-family: "Noto Sans JP", sans-serif; font-size: 16px; margin-bottom: 15px; font-weight: 500; }
.point-item-content small { display: block; color: #333; font-family: "Noto Sans JP", sans-serif; font-size: 16px; margin-top: 5px; text-align: center; font-weight: 500; }
.point-item-logo { flex: 0 0 150px; margin-left: 20px; }
.point-item-logo img { width: 240px; }

.box-donation-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.box-donation-text { font-size: 16px; text-align: left; }
.box-donation-logo img { width: 170px; }
.box-donation-images {display: flex; justify-content: center; align-items: flex-start; gap: 20px; width: 100%;}
.box-donation-image-1 img,.box-donation-image-2 img {height: 550px; width: auto;}

/* 特典ボックス */
.bonus-box { padding: 0 150px;}
.bonus-content {
    background-color: #DDFCFB;
    border-radius: 10px;
    padding: 30px;
    text-align: left;
}
.bonus-content h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}
.bonus-content ul { padding: 0 100px; font-family: "Noto Sans JP", sans-serif; font-weight: 300; }

/* ==========================================================================
   7. 法人連携・お問い合わせ・固定ナビ
   ========================================================================== */
.corporate-partnership-box {
    background-color: #DDFCFB;
    padding: 40px;
    border-radius: 10px;
    margin-top: 15px;
    text-align: center;
}

.partnership-label {
    font-family: "Noto Sans JP", sans-serif;
    display: inline-block;
    padding: 5px 30px;
    color: #333;
    font-size: 20px;
    font-weight: 800;
    margin: 0 auto 20px;
}

.partnership-white-card {
    background-color: #fff;
    padding: 30px 10px;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 20px;
}

.partnership-title { font-size: 19px; text-align: center; color: #333; }

.partnership-content-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.partnership-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    padding: 20px;
    text-align: left;
}

.partnership-text p { margin-bottom: 15px; }
.partnership-text p:last-child { margin-bottom: 0; }
.partnership-diagram { flex: 0 0 45%; }
.partnership-diagram img { width: 100%; height: auto; }

.support-contact {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 0;
    box-sizing: border-box;
}

.contact-main-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact-blue-box {
    background-color: #DDFCFB;
    padding: 20px 150px;
    display: flex;
    width: 100%;
    margin: auto;
}

.contact-info-border {
    background-color: transparent;
    padding: 10px;
    text-align: left;
    display: inline-block;
    line-height: 2.2;
}

.contact-info-border p { font-size: 16px; color: #333; margin: 0; }

.contact-name {
    position: relative;
    padding-left: 15px;
    font-weight: bold;
}

.contact-name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    width: 4px;
    background-color: #000;
}

.side-sticky-nav {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    display: flex;
    flex-direction: column;
}

.nav-item {
    position: relative;
    display: block;
    width: 60px;
    height: 180px;
    text-decoration: none;
    overflow: hidden;
}

.nav-item .bg-image { width: 100%; height: 100%; object-fit: cover; display: block; }

.nav-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    letter-spacing: 0.1em;
    pointer-events: none;
}

/* ==========================================================================
   8. スマートフォン対応 (max-width: 768px)
   ========================================================================== */
@media screen and (max-width: 768px) {
    .pc-only { display: none !important; }
    .sp-only { display: block !important; }

    /* バナー */
    .slider-wrapper-support {
        height: auto;
        aspect-ratio: 394 / 340;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .support-banner-overlay {
        position: relative;
        z-index: 2;
        width: 90%;
        margin: 0 auto;
        background-color: rgba(50, 158, 235, 0.5);
        padding: 30px 15px;
        box-sizing: border-box;
    }

    .corner-text { display: none; }
    .corner-text.sp-corner-text {
        display: block;
        position: absolute;
        top: auto !important; 
        bottom: 5px !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
        font-size: 10px;
        color: #ffffff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
        z-index: 5;
        padding: 0;
        white-space: nowrap;
    }

    .banner-image-support.sp-only {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .support-title { font-size: 32px; line-height: 1.4; text-shadow: 0px 0px 20px #06465D; margin-bottom: 10px; }
    .support-text { font-size: 19px; line-height: 1.6; text-shadow: 0px 0px 20px #06465D; margin: 0; }

    /* 導入・Vision */
    .intro-title { font-size: 22px; padding-left: 15px; margin: 10px 0; }
    .intro-text p { margin-bottom: 0 !important; font-size: 16px; line-height: 1.8; text-align: left; }
    .support-intro { margin-top: 30px; }
    .support-vision { margin: 40px 0; }
    .vision-logo { margin-top: 10px !important; margin-bottom: 10px !important; }
    .vision-logo img.sp-only { width: 100%; max-width: 320px; margin: 0 auto; }
    .vision-message { margin-top: 25px !important; padding-bottom: 10px; }
    .message-text { font-size: 20px; line-height: 1.6; white-space: normal; font-family: "U-OTF Ryumin Upright M", serif; }
    .vision-message::after { height: 3px; }

    /* Well-being */
    .wellbeing-row, .wellbeing-row.reverse { flex-direction: column; align-items: center; margin-bottom: 30px; }
    .wellbeing-detail, .wellbeing-image { width: 100%; flex: none; }
    .wellbeing-header { flex-direction: column; text-align: center; margin-bottom: 15px; }
    .wb-icon { width: 200px; margin-bottom: 10px; }
    .wb-title-group-mini { width: 100%; border-bottom: 5px solid #0D7CCE; }
    .wb-title-group-top { width: 100%; border-bottom: 5px solid #0D7CCE; }
    .wb-title-group { width: 100%; border-bottom: 5px solid #0D7CCE; }
    .wb-main-title { font-size: 20px; }
    .wb-sub-title { font-size: 16px; }
    .wb-summary-group { margin-left: 0; text-align: left; }
    .wb-summary { text-align: center; font-size: 16px; margin-top: 20px; }
    .wellbeing-image { order: 2; margin-top: 30px; }

    /* 各種寄付・特典・法人 */
    #donation-methods .intro-title, #wildlife-fund .intro-title { margin-top: 20px; margin-bottom: 20px; }
    #donation-methods .wb-title-group, #wildlife-fund .wb-title-group { border-bottom: 4px solid #0D7CCE; text-align: center; padding-bottom: 10px; margin-bottom: 30px; }
    #donation-methods .wb-main-title, #wildlife-fund .wb-main-title { font-size: 24px; }
    
    .donation-type-details-flex { padding: 0; }
    .donation-type-desc { font-size: 16px; line-height: 1.6; text-align: left; margin-bottom: 30px; }
    .donation-card { border-radius: 25px; padding: 40px 20px; margin-bottom: 10px; }
    .donation-card h4 { font-size: 22px; margin-bottom: 20px; }
    .btn-online { width: 100%; max-width: 280px; padding: 15px 10px; font-size: 20px; background-color: #FFA5A5; border-radius: 50px; }

    .bank-info-box1 { background-color: transparent; padding: 20px 0 0; width: 100%; display: block; }
    .bank-info-box2 { background-color: transparent; padding: 20px 0 0; width: 100%; display: block; }
    .bank-info-box::before { content: ""; display: block; width: 100%; height: 1px; background-color: #ccc; margin-bottom: 25px; }
    .bank-details, .contact-info, .contact-details { font-size: 16px; line-height: 1.8; margin-bottom: 20px; }

    .point-item-box { background-color: transparent; display: block; padding: 30px 0 0; margin-bottom: 40px; border-top: 1px solid #ccc; }
    .point-item-content h5 { font-size: 16px; color: #0D7CCE; margin-bottom: 20px; }
    .point-item-logo { width: 100%; max-width: 200px; margin: 0 auto 20px; }
    .point-item-logo img {width: 100%;}
    .point-item-content p { font-size: 16px; text-align: left; }
    .btn-online-sub { width: 100%; max-width: 260px; margin: 0 auto; display: block; background-color: #FFA5A5; border-radius: 50px; box-shadow: none; }
    .point-item-content small { font-size: 16px; color: #666; }

    .box-donation-flex { flex-direction: column; }
    .box-donation-text { order: 2; margin-bottom: 30px; }
    .box-donation-logo.sp-only { display: block !important; order: 1; margin: 0 auto 20px; width: 180px; }
    .box-donation-images { flex-direction: column; width: 100%; }
    .box-donation-image-1 img { width: 100%; height: auto}
    .box-donation-image-2 img { width: 100%; height: auto}

    #inheritance .wb-title-group { border-bottom: 5px solid #0D7CCE; padding-bottom: 15px; margin-bottom: 30px; text-align: left; }
    #inheritance .wb-main-title { font-size: 26px; text-align: center; }
    #inheritance .donation-type-details-flex { display: block; }

    #membership .wb-title-group { border-bottom: 5px solid #0D7CCE; padding-bottom: 15px; margin-bottom: 30px; text-align: center; }
    #membership .wb-main-title { font-size: 24px; }
    .bonus-box { padding: 0;}
    .bonus-content { border-radius: 15px; padding: 30px 50px; }
    .bonus-content h4 { font-size: 24px; margin-bottom: 20px; letter-spacing: 0.3em; }
    .bonus-content ul { padding: 0; }
    .bonus-content ul li { font-size: 16px; margin-bottom: 15px; }
    .bonus-content ul li::before { content: ""; position: absolute; left: 0; }
    .bonus-content ul li span { display: block; font-size: 14px; margin-top: 5px; }

    #corporate .wb-title-group { border-bottom: 5px solid #0D7CCE; padding-bottom: 15px; margin-bottom: 30px; text-align: center; }
    #corporate .wb-main-title { font-size: 24px; }
    .corporate-partnership-box { padding: 30px 15px; border-radius: 15px; }
    .partnership-label { font-size: 24px; margin-bottom: 20px; display: block; }
    .partnership-white-card { padding: 20px 15px; border-radius: 10px; margin-bottom: 30px; }
    .partnership-title { font-size: 16px; text-align: left; }
    .partnership-content-flex { flex-direction: column; gap: 15px;}
    .partnership-diagram { width: 100%; margin-bottom: 10px; }
    .partnership-text { padding: 0; }

    /* お問い合わせ・固定ナビ */
    .support-contact { width: 100%; margin: 60px 0 0; padding: 0; }
    #contact .container { margin: 0px; }
    .contact-main-title { font-size: 22px; text-align: center; margin: 0 0 30px; padding: 0 10px; }
    .contact-blue-box { padding: 40px 20px; display: block; }
    .contact-name { padding-left: 20px; font-size: 18px; margin-bottom: 5px; }
    .contact-name::before { width: 8px; }
    .contact-sub { font-size: 16px; padding-left: 20px; margin-bottom: 20px; }
    .contact-details { padding-left: 20px; }
    .contact-details p { font-size: 15px; margin-bottom: 10px; }
    .contact-time { font-size: 14px; margin-top: -5px; }
    .side-sticky-nav { display: none; }
}

/* ==========================================================================
   9. 中型デバイス・タブレット横 (768px - 1200px)
   ========================================================================== */
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .slider-wrapper-support {
        height: auto;
        aspect-ratio: 394 / 340;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .support-banner-overlay {
        position: relative;
        z-index: 2;
        width: 90%;
        margin: 0 auto;
        background-color: rgba(50, 158, 235, 0.5);
        padding: 30px 15px;
        box-sizing: border-box;
    }

    .banner-image-support.sp-only {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .support-title { font-size: 32px; line-height: 1.4; text-shadow: 0px 0px 20px #06465D; margin-bottom: 10px; }
    .support-text { font-size: 19px; line-height: 1.6; text-shadow: 0px 0px 20px #06465D; margin: 0; }
    
    .container {
        width: 90%;
    }

    .message-text{
        max-width: 100%;
    }

    .btn-online{
        width: 95%;
        height: auto;
    }

    .btn-online-sub {
        width: 90%;
        height: auto;
        font-size: 16px;
    }

    .bank-info-box1 {
        background-color: #DDFCFB;
        padding: 30px 30% 30px 10%;
        text-align: left;
        display: inline-block;
        max-width: 100%;
        border-radius: 10px;
    }

    .bank-info-box2 {
        background-color: #DDFCFB;
        padding: 30px 10%;
        text-align: left;
        display: inline-block;
        max-width: 100%;
        border-radius: 10px;
    }

    .donation-card {
        padding: 70px 5%;
    }

    .point-item-box{
        width: 100%;
        font-size: 16px;

    }

    .box-donation-images {display: flex; justify-content: center; align-items: flex-start; gap: 20px; width: 100%;}
    .box-donation-image-1 img,.box-donation-image-2 img {height: 450px; width: auto;}

    .bonus-content ul{
        padding: 0 5%;
    }
}
