
Travel Shoulder Bag Lightweight Small Casual Messenger Bag for Work Traveling
/* Shared Styles */ .group { margin: 30px 0; text-align: center; } .group-content h2 { font-weight: bold; display: flex; align-items: center; } .group-content h2 img { width: 43px; height: 43px; margin-right: 10px; } .group-content p { margin-top: 10px; } img.poster { margin-top: 2px; } /* Desktop styles */ @media (min-width: 768px) { .group { display: flex; align-items: center; } .group:nth-child(even) { flex-direction: row-reverse; } .group img.poster { width: 50%; } .group-content { width: 50%; padding: 0 20px; } } /* Mobile styles */ @media (max-width: 767px) { .group img.poster { width: 100%; } .group-content { margin-bottom: 20px; } .group-content h2 { display: block; margin-bottom: 10px; text-align: center; } .group-content h2 img { display: block; margin: 0 auto 10px a