@charset "utf-8";


/*===============================
  BEGIN MODULE 3
  ===============================*/
.two-column-white-bullets-main-container {
	position: relative;
	min-height: auto;
	height: auto;
	margin-top: 60px;
}

.two-column-white-bullets-inner-container {
	position: relative;
	min-height: auto;
	height: auto;
}

.two-column-white-bullets-inner-content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0px 20px 0px 20px;
}

	.two-column-white-bullets-inner-content h2 {
		font-size: 24px;
		font-weight: 300;
		line-height: 30px;
	}

	.two-column-white-bullets-inner-content p {
		font-size: 18px;
		font-weight: 300;
		line-height: 22px;
	}

.two-column-white-bullets-inner-content2 {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0px 20px 0px 20px;
}

	.two-column-white-bullets-inner-content2 ul {
		list-style-type: none;
		font-size: 16px;
		font-weight: 500;
		line-height: 30px;
	}

	.two-column-white-bullets-inner-content2 li {
	}

	.two-column-white-bullets-inner-content2 ul li::before {
		content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
		color: #000000; /* Change the color */
		font-weight: bold; /* If you want it to be bold */
		display: inline-block; /* Needed to add space between the bullet and the text */
		width: 2em; /* Also needed for space (tweak if needed) */
		margin-left: -1em; /* Also needed for space (tweak if needed) */
	}
	.two-column-white-bullets-inner-content2 p {
		font-size: 16px;
		font-weight: 300;
		line-height: 24px;
	}

/*===============================
  END MODULE 3
  ===============================*/


@media (min-width: 320px) {
	
}

@media (min-width: 360px) {


}

@media (min-width: 375px) {

}
	
@media (min-width: 450px) {

}

@media (min-width: 576px) {

/*===============================
  BEGIN MODULE 3
  ===============================*/
	.two-column-white-bullets-main-container {
		min-height: auto;
	}

	.two-column-white-bullets-inner-container {
		min-height: auto;
		margin-top: 0px;
	}

	.two-column-white-bullets-inner-content {
		padding: 0px 0px 0px 0px;
		max-width: 720px;
	}

	.two-column-white-bullets-inner-content2 {
		padding: 0px 0px 0px 0px;
	}

/*===============================
  END MODULE 3
  ===============================*/
	

}		

@media (min-width: 768px) {
/*===============================
  BEGIN MODULE 3
  ===============================*/
	.two-column-white-bullets-inner-content h2 {
		font-size: 34px;
		font-weight: 300;
		line-height: 47px;
	}

	.two-column-white-bullets-inner-content p {
		font-size: 20px;
		font-weight: 300;
		line-height: 30px;
	}
/*===============================
  END MODULE 3
  ===============================*/


}
	
@media (min-width: 992px) {

/*===============================
  BEGIN MODULE 3
  ===============================*/
	.two-column-white-bullets-main-container {
		margin-top: 60px;
	}
/*===============================
  END MODULE 3
  ===============================*/

	
}

@media (min-width: 1200px) {

}

@media (min-width: 1440px) {

	
}

@media (min-width: 1441px) {

}

@media (min-width: 1500px) {

	
}

@media (min-width: 1650px) {
	
}
	
		

