.intro-section {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.intro-section h1 {
    font-size: 30px;
    color: #333;
    margin-bottom: 15px;
}

.intro-section p {
    margin-bottom: 10px;
}

.intro-section ul {
    list-style-type: none;
    padding-left: 0;
}

.intro-section ul li {
    margin-bottom: 8px;
}

.intro-section a {
    color: #0066cc;
    text-decoration: none;
}

.intro-section a:hover {
    text-decoration: underline;
}
