.embroidery-gallery-wrapper { max-width: 1200px; margin: 0 auto; padding: 50px 20px; font-family: Arial, sans-serif; } .gallery-image img { width: 100%; height: auto; display: block; margin-bottom: 40px; } .gallery-title { text-align: center; font-size: 36px; margin-bottom: 20px; } .gallery-separator { border-top: 1px solid #ccc; margin: 20px 0; } .gallery-row { display: flex; flex-wrap: wrap; align-items: center; } .gallery-left { flex: 1; min-width: 250px; padding: 10px; } .gallery-right { flex: 1; min-width: 250px; padding: 10px; font-size: 14pt; text-align: center; } .gallery-button { display: block; width: 100%; padding: 20px 0; background: #ff2a1a; color: #fff; text-align: center; text-decoration: none; font-size: 22px; font-weight: 600; transition: 0.3s ease; } .gallery-button:hover { background: #cc1f12; } @media (max-width: 768px) { .gallery-row { flex-direction: column; } .gallery-right { text-align: center; } }