.box-wrap .item-row ul {
	margin-bottom: 0;
}

.box-wrap .item-row ul li {
	margin-bottom: 0.25rem;
}

.box-wrap .item-row .speaker-list {
	color: rgb(84 84 84);
}

table {
	display: block;
	overflow: auto;
}

table tr th,
table tr td {
	padding: 12px 15px;
}

table tr th {
	color: #fff;
	background-color: var(--bs-dark);
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border-width: thin;
	border-color: #eee;
}

table ul li {
	margin-bottom: 0.5rem;
}

.bg-cover {
	background-position: left;
}

.img-wrap img {
	width: 296px;
	height: 280px;
	object-fit: cover;
	object-position: top;
}

@media screen and (width < 576px) {
	.item-row h4 {
		margin-top: 10px;
	}
}