/* Scoped styles for the content to avoid affecting external styles */

.service-info {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.service-info .container {
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.service-info p, 
.service-info ul {
    margin: 0 0 20px;
    color: #555;
}

.service-info ul {
    padding-left: 20px;
}

.service-info li {
    margin: 5px 0;
}

.h1 {
	text-align: center;
	color: #bf0219;
}

.service-info h2 {
    color: #bf0219;
    border-bottom: 2px solid #bf0219;
    padding-bottom: 5px;
}

.service-info a {
    color: #bf0219;
    text-decoration: none;
}

.service-info a:hover {
    text-decoration: underline;
}