/* Custom styles for the services page. */

h1, h2 {
    color: #333;
}

h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-top: 20px;
}

p {
    line-height: 1.6;
}

.highlightLinks {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}