.booking-terms {
        padding: 20px 0;
    }

        .booking-terms h2 {
            color: #00569c;
            margin-bottom: 30px;
            font-size: 28px;
            font-weight: bold;
        }

    .terms-section {
        margin-bottom: 30px;
    }

        .terms-section h3 {
            color: #333;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #e0e0e0;
        }

    .terms-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .terms-list li {
            margin-bottom: 20px;
            padding: 15px;
            background-color: #f5f5f5;
            border-radius: 4px;
            border-left: 4px solid #00569c;
        }

            .terms-list li strong {
                color: #00569c;
                display: block;
                margin-bottom: 8px;
                font-size: 16px;
            }

            .terms-list li p {
                margin: 0;
                color: #666;
                line-height: 1.6;
                font-size: 14px;
            }

    .terms-note {
        margin-top: 40px;
    }

        .terms-note p {
            color: #333;
            line-height: 1.8;
        }

    .media (max-width: 768px) {
        .booking-terms h2 {
            font-size: 22px;
        }

        .terms-section h3 {
            font-size: 16px;
        }

        .terms-list li {
            padding: 12px;
        }

            .terms-list li strong {
                font-size: 14px;
            }

            .terms-list li p {
                font-size: 13px;
            }
    }
