.speaker {
	display: flex;
}

.speaker__image {
	width: 120px;
	margin-right: 16px;
}

.speaker__image img {
	width: 100%;
}

.list>* {
	padding-left: 0;
}

.hero {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 400px;
	padding-top: 74px;
	color: #fff;
	background: url(../../common/img/bg_hero.jpg) no-repeat center/cover;
	text-align: center;
}

.hero h1 {
	margin: 1em 0 .5em;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
}

.hero p {
	font-size: 2rem;
	line-height: 1.4;
}

.hero img {
	max-width: 100%;
}

@media print, screen and (max-width: 767.499px) {
	.hero {
		height: 300px;
		padding: 50px 12px 24px;
	}

	.hero h1 {
		font-size: 2.2rem;
	}

	.hero p {
		font-size: 1.6rem;
		line-height: 1.4;
	}
}

.session-category {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.session-category .session-category__label {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 64px;
	padding: 4px 12px;
	background: white;
	font-size: 1.4rem;
}

.session-category .session-category__label:not(:first-child) {
	margin-left: 16px;
}

.session-category .session-category__label.-pink {
	border: 1px solid #dd2a5e;
	color: #dd2a5e;
}

.session-category .session-category__label.-blue {
	border: 1px solid #097B9E;
	color: #097B9E;
}

.session-category .session-category__label.-gray {
	border: 1px solid #686868;
	color: #686868;
}

@media print, screen and (max-width: 767.499px) {
	.session-category .session-category__label {
		min-width: 48px;
		padding: 4px 8px;
		font-size: 1.2rem;
	}

	.session-category .session-category__label:not(:first-child) {
		margin-left: 8px;
	}
}
