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

.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: #fff;
}

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