body {
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	margin: 0;
	background: #f9fafc;
	color: #222;
}

.page {
	width: 8.5in;
	margin: 20px auto;
	background: #fff;
	box-shadow: none;
	display: flex;
	flex-direction: column;
}

.section-page {
	display: flex;
}

.main {
	width: 65%;
	padding: 28px;
	box-sizing: border-box;
}

.sidebar {
	width: 35%;
	padding: 24px;
	background: linear-gradient(180deg, rgba(0, 120, 215, 0.06), rgba(0, 120, 215, 0.02));
	border-left: 4px solid rgba(0, 120, 215, 0.12);
	box-sizing: border-box;
}

h1 {
	margin: 0;
	color: #0078D7;
	font-size: 22px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.profile-photo {
	width: 60px;
	height: 60px;
	border-radius: 8px;
	object-fit: cover;
}

.contact {
	margin-top: 6px;
	font-size: 12px;
}

h2 {
	color: #0078D7;
	font-size: 13px;
	margin-top: 18px;
	margin-bottom: 8px;
}

h3 {
	color: #0078D7;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 6px;
}

p,
li {
	font-size: 12px;
	line-height: 1.35;
	margin: 6px 0;
}

ul {
	margin: 6px 0 10px 0px;
	padding: 0px;
	list-style: none;
}

.company {
	font-weight: 700;
	margin-top: 6px;
}

.tagline {
	font-size: 11.5px;
	color: #444;
	font-style: italic;
	margin-top: 4px;
}

.education-logo {
	width: 100px;
	vertical-align: middle;
	margin-right: 6px;
}

.interests-images img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.interests-images img:nth-child(3) {
	width: 150px;
}
