#header-image-single-tour .thumb-cover:after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,.5), transparent);
	position: absolute;
	top: 0;
	left: 0;
}

#header-image-single-tour {
	height: 600px;
}

#header-image-single-tour .content h1 {
	text-shadow: none;
}

.first-tour-type-block {
	margin: 80px 0;
}

.standard-carousel-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.tour-card {
	margin-bottom: 0px;
	flex: 0 0 calc(33% - 16px);
}

.first-tour-type-block h3,
.things-to-do h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 40px;
}

.things-to-do {
	margin-top: 80px;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.numbered-list li span {
	border-color: var(--1);
	font-weight: bold;
	font-size: 12px;
}

.things-to-do .col-md-5 img {
	width: 100%;
}

@media(max-width:991px) {
	.first-tour-type-block .standard-carousel-wrapper .owl-stage {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}