@charset "UTF-8";


body {
	font-family: "Darker Grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 22px;
	line-height: 1.45;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.6);
	background-color: #fafafa;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}


header {
	padding: 20px 0;
	border-bottom: 2px solid #eaeaea;
	background: transparent !important;
}
header.container {
	background: transparent !important;
}
header img {
	height: 200px;
	margin-right: 15px;
	display: block;
}
.header-img {
	height: 200px;
	margin-right: 15px;
	display: block;
}
.company-name {
	font-size: 3rem;
	font-weight: 700;
	margin-left: 15px;
	color: #1a1a1a;
}

.profile-img {
	width: 220px;
	height: 220px;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.content-section {
	padding: 20px 0;
  }

.content-section h2 {
font-weight: 700;
margin-bottom: 20px;
}

ul {
	list-style-type: none;
	padding: 0;
}

ul li {
padding: 8px 0;
border-bottom: 1px solid #eee;
}

ul ul {
	list-style-type: disc;
	padding-left: 30px;
	margin-top: 5px;
}

ul ul li {
	padding: 5px 0;
	border-bottom: none;
}

.bulleted-list {
	list-style-type: disc;
	padding-left: 30px;
}

.bulleted-list li {
	border-bottom: none;
}

.footer {
	padding: 20px 0;
	border-top: 2px solid #eaeaea;
	text-align: center;
	padding: 20px 0;
	text-align: center;
	background-color: #f8f9fa;
}

.footer a {
	margin: 0 10px;
	text-decoration: none;
	color: inherit;
}


.footer a:hover {
	text-decoration: underline;
}



