/* 
---------------------------------------------
General styles for page
--------------------------------------------- 
*/

.address-box {
  margin-top: 50px;
  margin-bottom: 20px;
  padding-top: 80px;
}

/* 
---------------------------------------------
Access Maps
--------------------------------------------- 
*/

.access-box {
	background-color: #12374d;
	text-align: center;
	padding: 80px 0px;
}

.access-box .section-heading h4 {
	margin-top: 0px;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

.access-box .section-heading .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px auto 15px auto;
}

.access-box .section-heading p {
	color: #fff;
	padding: 0px 33%;
}

.access-box .section-heading2 h4 {
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}

.access-box .section-heading3 h4 {
	margin-top: 25px;
	margin-bottom: -40px;
	font-size: 20px;
	font-weight: 500;
	color: rgb(255, 180, 82);
	letter-spacing: 1px;
}

.access-box .pop-button {
	margin-top: 30px;
}

.acess-map {
	max-inline-size: 92%;
}

/* 
---------------------------------------------
Text Styles
--------------------------------------------- 
*/

.section-heading {
  text-align: center;
}

.section-heading h4 {
	margin-bottom: 20px;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	color: rgb(49, 49, 49);
	letter-spacing: 1px;
}

.section-heading h4 span {
  color: #11719e;
}

.text-box {
  padding-left: 40px;
  padding-right: 40px;
}

.text-box h2 {
  font-size: 25px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 30px;
}

.text-box h2 em {
  color: #11719e;
  font-style: normal;
}

.text-box h2 span {
  color: #0a66ce;
}

.text-box p {
  font-size: 18px;
  margin: 10px 0px;
  text-align: justify;
}

.text-box p span {
  color: rgb(209, 34, 101);
  font-weight: 500;
}

@media (max-width: 600px) {
  .text-box h2 {
	font-size: 22px;
  }
  .text-box p {
	font-size: 15px;
	line-height: normal;
  }

  .section-heading2 {
	margin-top: 20px;
  }
}