/* Tour Info Section Styles - Desktop */
.tour-info-section {
    padding: 1.5rem 0;
    border-top: 1px solid #D4B044;
    border-bottom: 1px solid #D4B044;
    margin-bottom: 2rem;
}

.tour-info-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}