.hero-heading{
	font-family: 'Oswald', sans-serif;
	line-height: 0.857em;
		font-weight:700;
		font-style:normal;
	font-size:4.35em;}
	.hero-subheadning{
		font-size:2.5em;
			font-family: 'Poppins', sans-serif;
		font-weight:700;
		line-height: 1.25;
	}
.hero-text{
	background:rgba(0,0,0,0.89);
	padding-top:20px!important;
	padding-bottom:20px!important;
	border:1px solid white;
	border-radius:10px;
	font-size:22px;
	font-weight:500;
	margin-top:10px;
	margin-bottom: 10px;
}
.hero-heading{
	font-family: 'Oswald', sans-serif;
	line-height: 0.857em;
		font-weight:700;
		font-style:normal;
	font-size:4.35em;}
	.hero-subheadning{
		font-size:2.5em;
			font-family: 'Poppins', sans-serif;
		font-weight:700;
		line-height: 1.25;
	}
.hero-text{
	background:rgba(0,0,0,0.49);
	padding-top:20px!important;
	padding-bottom:20px!important;
	border:1px solid white;
	border-radius:10px;
	font-size:22px;
	font-weight:500;
	margin-top:10px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	line-height: 28px;

}
.hero-button.wp-block-button .wp-block-button__link  {
	width: 100%;
border: 0;
border-radius: 0px;
	background: #dd3333
transition: all 300ms ease 0ms;

}

.hero-button.wp-block-button .wp-block-button__link  {
	font-family:"Open Sans", Arial, sans-serif;
font-weight: 500;
	width: 100%;
	padding:6px 20px;
border: 0;
border-radius: 0px;
transition: all 300ms ease 0ms;

}

.hero-button.wp-block-button .wp-block-button__link:hover{
  color: #ffffff !important;
  background-color: #000000;
  border: 0;
	

}
.hero-button.wp-block-button .wp-block-button__link::after  {
	content: "\f105";
	display: inline-block;
	margin-left: -1em;
   font: normal normal normal 14px/1 FontAwesome;
font-weight: 900;
	opacity: 0;
		transition: all 300ms ease 0ms;

}
.hero-button.wp-block-button .wp-block-button__link:hover::after {
	opacity:1;
	font-size :1em;
	margin-left:1em;
}
.is-style-hero-quote .wp-block-buttons{
	padding:0;
		margin-top: 2em;
}