.counter,
.counter *,
.teer-custom-layout,
.teer-custom-layout * {
margin:auto;
padding:0;
box-sizing:border-box;
}

.counter{
max-width:900px;
margin:auto;
padding:15px;
text-align:center;
}

.counter h2{
font:400 clamp(32px,7vw,68px) Georgia;
margin-bottom:15px;
}

.counter table{
width:100%;
border-collapse:collapse;
}

.counter th,
.counter td{
border:1px solid #ff6a00;
padding:18px;
font-size:clamp(16px,3vw,32px);
}

.counter th{
font-weight:500;
}
