.main-content .container {
	padding-top:10px; 
	padding-bottom: 10px; 
	color: #000000;
}
.main-content .container a{
	color: #000000;
}

.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: #fff;
}
.where a {
	color: var(--main-second-primary);
}