@charset "UTF-8";
.fix-bg .section-inner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	height: 100%;
	background: url(../images/profile_section.jpg) left top;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.content{
	padding-bottom: 5rem;
}
.content h3{
	font-size: 1.25rem;
	line-height: 1.9;
}
#creator .name {
	font-size: 1.2rem;
}

#creator .name > span{
	font-size: 70%;
}

#creator hr{
	opacity: 0.25;
	filter: opacity(25);
}

@media (min-width: 993px){
	.content{
		padding-bottom: 5rem;
		line-height: 2.2;
		font-size: 15px;
	}
	.content p{
		font-size: 16px;
	}
	.profile{
		width: 61%;
	}
	.content .profile p{
		font-size: 15px;
	}
}

@media (max-width: 667px){
	.fix-bg .section-inner:before {
		width: 280px;
		height: 100%;
	}
}