.trial-detail.event-detail .event-header .content h1, .trial-detail.event-detail .event-header .content .h1.profile {
	max-width: none;
}
	.profile-info {
		
	}
		.profile-info ul {
			list-style-type: none;
		}
		.profile-info li {
			position: relative;
		}
		.profile-info li::before {
			position: absolute;
			content: url("/themes/custom/qsci/frontend/www/assets/icon/check-solid.svg");
			margin-top: 0.1875rem;
			margin-right: 0rem;
			margin-bottom: 0rem;
			margin-left: -1.125rem;
			width: 14px
		}
.trial-schedule {
	
}
.trial-schedule .h2 {
	position: relative;
	display: block;
	margin: 4rem auto 2rem;
}
.trial-sched-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
	grid-auto-rows: minmax(100px, auto);
	border-top: 1px solid #AEB0B2;
	border-left: 1px solid #AEB0B2;
	margin: 2rem 0;
}
	.trial-sched-step {
		display: flex;
		flex-direction: row;
		border-right: 1px solid #AEB0B2;
		border-bottom: 1px solid #AEB0B2;
	}
		.trial-sched-num {
			width: 15%;
			text-align: center;
			border-right: 1px solid #AEB0B2;
			background-color: #EFEFEF;
			font-size: 2rem;
			font-family: "Euclid Circular A Bold", sans-serif;
			text-align: center;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.trial-sched-detail {
			width: 85%;
			padding: 1rem;
		}
			.trial-sched-title {
				display: block;
				
			}
			.trial-sched-time {
				display: block;
				font-family: "Euclid Circular A Bold", sans-serif;
			}
			.trial-sched-text {
				display: block;
				
			}
@media only screen and (max-width: 767.99px) {
	.trial-sched-wrap{
		grid-template-columns: repeat(1, 1fr);
	}
}