.em_counter {
color: #e1b520;
font-family: "Open Sans", sans-serif;
font-weight: 600;
font-size: 70px;
line-height: 70px;
letter-spacing: 1px;
}
.em_counter_card {
display: inline-block;
background-color: #e1b520;
border-radius: 10px;
padding: 20px 30px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
text-align: center;
transition: box-shadow 0.3s ease;
}
.em_counter_card:hover {
box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.em_counter_card .em_counter,
.em_counter_card .em_counter_static {
color: #ffffff;
font-family: "Open Sans", sans-serif;
font-weight: 600;
font-size: 80px;
line-height: 1;
letter-spacing: 1px;
white-space: nowrap;
}
.em_counter_label {
margin-top: 12px;
color: #ffffff;
text-align: center;
font-family: 'Dosis', sans-serif;
font-weight: 300;
font-size: 25px;
line-height: 30px;
letter-spacing: 1px;
text-transform: none;
}