@charset "UTF-8";

.bottom_text {width: 100%; max-width: 1280px; background: #F5F5F5; border-radius: 8px; padding: 11px 0; text-align: center; color: #333; font-weight: 400; font-size: 14px; line-height: 19px; letter-spacing: 0.1px; display: flex; justify-content: center; align-items: center; margin: 0 0 30px 0;}
.bottom_text::before {content: ""; background: url(/public/assets/festivals/images/icon_question.png) 50% 50% / cover no-repeat; width: 16px; height: 16px; margin: 0 10px 0 0;}
.bottom_text strong {font-weight: 700;}

@media (max-width: 1023px) {
    .bottom_text {display: flex; align-items: center; justify-content: flex-start; padding: 3.33vw; gap: 2.78vw; border-radius: 3.33vw; font-size: 3.89vw; line-height: 5.28vw; max-width: 88.89vw; letter-spacing: initial; margin: 0;}
    .bottom_text::before {content: ""; background: url(/public/assets/festivals/images/icon_question.png) 50% 50% / cover no-repeat; width: 6.67vw; min-width: 6.67vw; height: 6.67vw; margin: 0;}
    .bottom_text .inner {text-align: left; width: 100%;}
    .bottom_text strong {display: block;}
    [lang="zh_CN"] .bottom_text strong {display: inline-block;}
}