.text_link {
	color: #000 !important;
	transition: .3s;
	text-decoration: underline;
}

.text_link:hover {
	text-decoration: none;
}

.ly_speakerLayout_txt p {
	font-size: 18px !important;
}

.ly_speakerLayout_txt p + p {
	margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
	.ly_speakerLayout_txt p {
		font-size: 15px !important;
	}
	.ly_speakerLayout_txt p + p {
		margin-top: 2rem;
	}
}