.referencing-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.referencing-section h1 {
    font-size: 2.2em;
    color: #0056b3;
    margin-bottom: 20px;
}

.referencing-section h2 {
    font-size: 1.8em;
    color: #333;
    margin-top: 20px;
}

.referencing-section p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.referencing-section ul {
    margin-left: 20px;
    list-style-type: disc;
}

.referencing-section ul li {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 8px;
}
