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

.where .row {
	position: relative;
}

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

.container h1 {
	margin-top: 50px; 
	margin-bottom:20px; 
	color: var(--main-title);
}
.container h2 {
	margin-bottom:20px; 
	margin-top: 40px; 
	color: var(--main-title);
}
.container h3 {
	color: var(--main-title);
}
.container 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;
}