#profile h1, 
#profile h2, 
#profile h3 {
	color: #003893;
}

#profile h2 {
	font-size: 2.4rem;
}

#profile h3 {
	font-size: 2rem;
}

#profile #data {
	position: relative;
}

#profile #data img {
	margin-bottom: -20px;
}

#profile #data ul {
	list-style-type: none;
	margin: 10px 0;
}

#profile #data ul li {
	position: relative;
	padding: 0 0 0 1.1em;
	font-size: 1.6rem;
	line-height: 2;
}

#profile #data ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 14px;
	height: 14px;
	background-color: #FFFFFF;
	border: 1px solid #1A1A1A;
	border-radius: 100%;
}


@media only screen and (min-width: 620px) {
	#profile h2 {
		font-size: 3.4rem;
	}
	
	#profile h3 {
		font-size: 2.8rem;
	}

	#profile #data {
		padding: 30px 0 0 190px;
		min-height: 560px;
	}

	#profile #data img {
		position: absolute;
		right: 40px;
		bottom: -20px;
		margin: 0;
	}

	#profile #data ul {
		margin: 10px 0;
	}

	#profile #data ul li {
		font-size: 2rem;
		line-height: 1.6;
	}

	#profile #data ul li::after {
		top: 0.4em;
		left: 4px;
	}
}