.wp-block-gutenberg-ea-job-texte{
position: relative;
width: 100%;
color: #ffffff;
margin: 0 0 30px 0;
}
.wp-block-gutenberg-ea-job-texte .text-block{
margin: 30px 0 30px 0;
box-sizing: border-box;
padding: 20px;
text-align: left;
background: #ffffff;
border-radius: 8px;
-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-job-texte .text-block:first-child{
margin-top: 0;
}
.wp-block-gutenberg-ea-job-texte h2{
font-size: 30px;
font-weight: 700;
color: #036C79;
margin: 0;
}
.wp-block-gutenberg-ea-job-texte .text-block:first-child h2{
margin-left: 80px;
}
.wp-block-gutenberg-ea-job-texte .text-block:first-child h2:before{
content: '';
position: absolute;
width: 60px;
height: 45px;
left: 20px;
top: 15px;
background: url(https://www.ebeling-assoc.com/wp-content/plugins/EA_Page_Blocks/job-texte/ea-single.png) no-repeat center;
background-size: 100% auto;
}
.wp-block-gutenberg-ea-job-texte p{
font-size: 18px;
color: #4A4A4A;
font-weight: 500;
margin: 20px 0 60px 0;
}
@media screen and (max-width: 992px) {
.wp-block-gutenberg-ea-job-texte h2{
font-size: 20px;
font-weight: 700;
color: #036C79;
margin: 0;
}
.wp-block-gutenberg-ea-job-texte p{
font-size: 15px;
color: #4A4A4A;
font-weight: 500;
margin: 20px 0 60px 0;
}
}