.hall-header .event-poster {
	min-width: 253px;
	max-width: 253px;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
}

.hall-open-header {
	display: flex;
	align-items: flex-start;
	background: #fff;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
}

.meta-info {
	display: flex;
}

.product-description,
.hall-open-description {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hall-open-header .col-auto {
	margin-right: 24px;
}

.event-poster {
	width: 120px;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
}

.hall-open-header .event-poster {
	width: 253px;
	max-width: 253px;
}

.header-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.event-title-heading {
	font-size: 22px;
	text-align: left;
	margin-bottom: 4px;
}

.hall-open-description,
.hall-open-description span,
.hall-open-description p {
	font-size: 14px !important;
	color: #5F5F5F;
}

.location-info,
.term-date {
	display: block;
	font-size: 1.05rem;
	color: #333;
}

#open .term-date .day,
#open .event-location,
.hall-header .term-date,
.hall-header .event-location {
	font-size: 19px;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.hall-open-header {
		flex-direction: column;
		align-items: stretch;
		padding: 0 1rem;
		margin: 0;
	}

	.hall-open-header .col-auto {
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
	}

	.event-poster {
		width: 90px;
		max-width: 100%;
	}

	.event-title {
		font-size: 1.3rem;
		text-align: center;
		margin-bottom: 6px;
	}

	.meta-info {
		flex-direction: column;
	}

	.hall-open-description {
		font-size: 1rem;
		text-align: left;
	}

}