.wp-block-gutenberg-ea-company-er{
position: relative;
width: 100%;
color: darkred;
background: none;
box-sizing: border-box;
padding: 20px;
text-align: center;
}
.wp-block-gutenberg-ea-company-er img{
position: relative;
height: 80px;
width: auto;
margin: 0 auto 20px;
}
.wp-block-gutenberg-ea-company-er .names{
position: relative;
width: 100%;
height: 50px;
margin-top: -30px;
}
.wp-block-gutenberg-ea-company-er .names div{
position: relative;
width: 50%;
height: 50px;
margin: 0;
float: left;
}
.wp-block-gutenberg-ea-company-er h2{
font-size: 24px;
color: #404040;
font-weight: bold;
}
.wp-block-gutenberg-ea-company-er .desc{
color: #000000;
font-size: 15px;
font-weight: 600;
margin: 0 !important;
}
@media screen and (max-width: 992px) {
.wp-block-gutenberg-ea-company-er h2{
font-size: 15px;
color: #404040;
font-weight: bold;
}
.wp-block-gutenberg-ea-company-er .desc{
color: #000000;
font-size: 12px;
font-weight: normal;
margin: 0 !important;
}
}