/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-cgb-block-main-intro {
  max-width: unset !important;
  margin: 0 !important;
  padding: 93px 13.6% 47px 13.6%;
  position: relative;
}
.mainIntroContent {
  position: relative;
  text-align: center;
}
.mainIntroContent h2 {
  margin: 0 auto 25px auto !important;
	padding-bottom: 24px !important;
	position: relative;
	text-align: center;
	max-width: unset !important;
}
.mainIntroContent h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 256px;
	height: 2px;
	background: #FFF;
}
.mainIntroContent .miH5 {
	font-family: "Gotham A", "Gotham B" !important;
	font-weight: normal !important;
	font-size: 22px !important; 
	color: #FFFFFF !important;
	line-height: 31px;
  margin-bottom: 25px !important;
}
.mainIntroContent .bodyWhite {
  margin-bottom: 25px !important;
}
.mainIntroContent .miH4 {
  font-family: 'BauerBodoniStdBlack' !important;
	font-weight: 900 !important;
	font-size: 30px !important;
	color: #FFFFFF !important;
	line-height: 37px;
  margin: 0 !important;
}
@media only screen and (max-width: 1200px) { 
  .wp-block-cgb-block-main-intro {
    padding: 51px 15px 47px 15px;
  }
}