.main-content .container {
	padding-top:10px; 
	padding-bottom: 10px; 
	color: var(--main-third-primary);
}
.main-content .container a{
	color: var(--main-third-primary);
}

.where .container{
	min-height: 700px;
	margin-bottom: 40px;
}

.where h1 {
	margin-top: 50px; 
	margin-bottom:20px; 
	color: var(--main-title);
}
.where h2 {
	margin-bottom:20px;
	margin-top: 40px;
	color: var(--main-title);
}
.where h3 {
	color: var(--main-title);
}

.where p {
	color: var(--main-enquiries-text);
	font-weight: normal;
}

.where a {
	color: var(--main-fourth-primary);
}





.where ul {
	color: white;
	/*list-style-position: inside !important;*/
	padding-inline-start: 13px;
	list-style-type: disc!important;
	font-weight: normal!important;
}
.where ul li h6, .where ul li h5, .where ul li h4, .where ul li h3, .where ul li h2, .where ul li h1 {
	display: inline!important;
}