.custom-table__description {
	font-family: "HCo Ringside Narrow SSm", serif;
	font-size: 14px !important;
	font-weight: 200;
	color: #151515;
}

.custom-table__titles {
	display: grid;
	grid-column-gap: 55px;
	grid-template-columns: 0.6fr 5fr;
	border-bottom: 1px solid #80A5D0;
}

.custom-table__titles-container {
	display: grid;
	grid-column-gap: 50px;
	grid-template-columns: 2fr 3fr;
}

.custom-table__column-title {
	font-family: "HCo Ringside Narrow SSm", serif;
	font-size: 12px !important;
	font-weight: 200;
	color: #151515;
	letter-spacing: 0.1em;
}

.custom-table__conference-date--container {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #80A5D0;
}

.custom-table__conference-date {
	font-family: "HCo Ringside Narrow SSm", serif;
	font-size: 12px !important;
	font-weight: 200;
	color: #151515;
	margin: 0;
}

.custom-table__talk {
	border-bottom: 1px solid #80A5D0;
}

.custom-table__talk-title {
	display: grid;
	grid-column-gap: 50px;
	grid-template-columns: 0.6fr 5fr;
}

.custom-table__talk-source {
	font-family: "HCo Ringside Narrow SSm", serif;
	font-size: 12px !important;
	font-weight: 200;
	color: #151515;
	margin-top: 18px;
}

.custom-table__promise-section-container {
	display: grid;
	grid-column-gap: 50px;
	grid-template-columns: 0.6fr 5fr;
}

.custom-table__promise-number {
	margin-top: 0;
	text-align: right;
	font-size: 29px !important;
	font-family: "HCo Ringside Narrow SSm", serif;
	font-weight: 200;
}

.custom-table__promise-section {
	display: grid;
	grid-column-gap: 55px;
	grid-template-columns: 2fr 3fr;
	padding-bottom: 40px;
}

.custom-table__promise-prerequisite {
	margin: 0;
	font-size: 14px !important;
	font-family: "HCo Ringside Narrow SSm", serif;
	font-weight: 200;
}

.custom-table__promise-prerequisite b {
	font-weight: 700;
}

.custom-table__promise-blessing {
	margin: 0;
	font-size: 14px !important;
	font-family: "HCo Ringside Narrow SSm", serif;
	font-weight: 200;
}

.custom-table__promise-blessing b {
	font-weight: 700;
}

.custom-table__column-title--mobile {
	display: none;
}

@media (max-width: 640px) {
	.custom-table__column-title {
		display: none;
	}

	.custom-table__column-title--mobile {
		display: block;
		font-family: "HCo Ringside Narrow SSm", serif;
		font-size: 12px !important;
		font-weight: 200;
		color: #151515;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
	}

	.custom-table__conference-date--container {
		display: block;
	}

	.custom-table__conference-date {
		text-align: center;
	}

	.custom-table__talk-source {
		padding: 0 10px;
		margin: 24px 0;
	}

	.custom-table__talk-title {
		display: block;
	}

	.custom-table__promise-section-container {
		display: block;
	}

	.custom-table__promise-number {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0 10px;
		text-align: left;
	}

	.custom-table__promise-section {
		display: block;
		padding-left: 10px;
		padding-right: 10px;
	}

	.custom-table__promise-prerequisite {
		padding-bottom: 30px;
	}
}
