Nylon Carry On Travel Backpack for Men B682
/* ========== Group Section ========== */ .product-group { text-align: center; margin: 30px 0; } .product-group .group-poster { display: block; max-width: 100%; height: auto; margin: 2px auto 16px auto; } .group-content { width: 100%; } .group-content h2 { font-weight: bold; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .group-content h2 .heading-icon { width: 43px; height: 43px; margin-right: 10px; flex-shrink: 0; } .group-content p { margin: 10px 0 0 0; line-height: 1.6; } /* Desktop: 图片和文字并排 */ @media (min-width: 768px) { .product-group { display: flex; align-items: center; text-align: left; gap: 40px; } .product-group:nth-child(even) { flex-direction: row-reve