.travel-section{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);max-width:1000px;margin:0 auto}.travel-image img{width:300px;height:auto;border-radius:12px;object-fit:cover}.travel-content{max-width:600px}.travel-tag{display:inline-block;background-color:#ffeacc;color:#f3982c;font-weight:600;padding:6px 12px;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.travel-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#111}.travel-text{color:#555;font-size:1rem;line-height:1.6;margin-bottom:1rem}