.about-merchant-card { background-color: #ffffff; box-sizing: border-box; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02); max-width: 1560px; border: 1px solid #eaeaea; align-items: center; flex-direction: row; display: flex; border-radius: 12px; padding: 20px; margin: 40px auto 0 auto; width: 100%; gap: 40px; }
.about-text-content p:last-child { margin-bottom: 0; }
.about-img-wrapper { max-width: 100%; width: 300px; flex-shrink: 0; }
.about-img-wrapper img { height: auto; object-fit: cover; display: block; border-radius: 8px; width: 100%; }
.about-text-content { flex-grow: 1; max-width: 100%; }
.about-text-content .about-title { font-size: 1.25rem; margin-bottom: 16px; margin-top: 0; color: #1a1a1a; font-weight: 700; }
.about-text-content p { font-size: 0.95rem; margin-bottom: 12px; line-height: 1.6; color: #4a5568; }
@media (max-width: 850px) {
  .about-img-wrapper { width: 100%; }
  .about-merchant-card { flex-direction: column; gap: 20px; padding: 24px; align-items: flex-start; }
}