h1 span {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 55px;
}

h2 {
	color: #fff;
}

.a2z ul li {
	display: inline-block;
	margin: 0 10px;
}

.a2z ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 25px;
}

.section-title {
	background: #ed217c;
	color: #fff;
	margin: 20px 0;
	padding: 5px;
}

.welcome-intro {
	top: initial;
}

.speaker-card {
    background: #fff;
	border-radius: 25px 0 25px 0;
	max-width: 350px;
	margin: 0 auto;
}

.session-speaker-photo {
	position: relative;
}

.session-speaker-photo img {
	width: 140px;
	border: 3px solid #fff;
}

.session-speaker-info {
    padding: 10px 10px 0 10px;
	min-height: 85px;
}

.session-speaker-name {
	color: #ff006f;
	font-size: 22px;
	line-height: 24px;
	font-family: 'Roboto';
	margin: 5px 0;
}

.session-speaker-job-title {
	font-size: 18px; 
	color: #100f14;
	line-height: 1.1rem;
}

.session-speaker-region {
	font-size: 12px;
	color: #100f14;
	font-family: 'Roboto';
	font-weight: 300;
	margin: 3px 0;
}

.session-speaker-logo {
	width: 140px;
	max-width: 100%;
	margin: 3px auto;
}

.session-speaker-logo img {
	*background: #fff;
}

@media screen and (max-width: 414px) {
	
	.speaker-card {
		max-width: 200px;
	}
	
	.session-speaker-info {
		padding: 5px 5px 0 5px;
		min-height: 0;
	}
	
	.session-speaker-photo img {
		width: 100%;
	}
	
	.session-speaker-name {
		font-size: 1rem;
		text-align: center;
	}
	
	.session-speaker-region,
	.session-speaker-job-title {
		font-size: 0.75rem;
		text-align: center;
	}
	
	.session-wrapper {
		margin-bottom: 0!important;
	}
	
	.session-wrapper .session-info {
		margin-bottom: 10px;
	}
	
	.session-wrapper .session-info .event-sepakers {
		margin: 20px 0;
	}
	
	.session-speaker-logo {
		width: 100px;
	}
	
}