.wp-block-gutenberg-ea-landing-teaser {
position: relative;
width: 100%;
color: #ffffff;
background: #036C79;
box-sizing: border-box;
padding: 20px;
text-align: center;
margin: 30px 0 30px 0;
-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06);
-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06);
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06);
}
.wp-block-gutenberg-ea-landing-teaser h2 {
font-size: 36px;
font-weight: 700;
color: #ffffff;
margin: 60px 0 60px 0;
}
.wp-block-gutenberg-ea-landing-teaser p {
font-size: 20px;
color: #ffffff;
margin: 20px 0 60px 0;
}
@media screen and (max-width: 992px) {
.wp-block-column{
margin-bottom: 0;
}
.wp-block-gutenberg-ea-landing-teaser {
position: relative;
width: 90%;
color: #ffffff;
background: #036C79;
box-sizing: border-box;
padding: 20px;
text-align: center;
margin: 20px auto 0 auto;
border-radius: 10px;
-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
.wp-block-gutenberg-ea-landing-teaser h2 {
font-size: 30px;
font-weight: 700;
color: #ffffff;
margin: 30px 0 30px 0;
}
.wp-block-gutenberg-ea-landing-teaser p {
font-size: 18px;
color: #ffffff;
margin: 20px 0 30px 0;
}
}