body {
    font-family: 'Inter', sans-serif;
    background-color: #f3f4f6;
}

.container {
    max-width: 800px;
    margin: 2rem auto;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

.section-title {
    color: #1f2937;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.list-item-icon {
    color: #4b5563;
    margin-right: 0.75rem;
    font-size: 1.25rem;
}

.section_p {
	font-weight: bold;
}
