.about-content { display: flex; align-items: center; gap: 50px; }
.about-img-full { flex: 1; }
.about-img-full img { width: 100%; border-radius: 4px; box-shadow: 15px 15px 0 #f4f4f4; }
.about-text { flex: 1; font-size: 1.1rem; color: #555; line-height: 1.8; }
.about-text h2 { font-family: 'Playfair Display', serif; color: #c59d5f; margin-bottom: 20px; }
@media (max-width: 768px) { .about-content { flex-direction: column; } }