@charset "UTF-8";

.catch {
	font-size: 16px;
	line-height: 1.44;
	color: #2d80cd;
}
.profile-column {
	display: flex;
	margin-bottom: 30px;
}
.profile-img {
	max-width: 200px;
}
.profile-img img{
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
.profile-content {
	margin-left: 20px;
	display: flex;
	flex-direction: column;
}
.profile-head {
	padding-top: 80px;
	line-height: 1.44;
	color: #2d80cd;
	font-size: 1.4285714285714em;
}
.profile-name {
	margin-top: auto;
}
.profile-name span {
	display: block;
}
.profile-name .small {
	font-size: 1.1428571428571em;
}
.profile-name .large {
	margin-top: 4px;
	font-size: 1.4285714285714em;
}
