

.history-counter-box>div>div{
    background-color:rgba(265,265,265,0.8);
    border:0 !important;
}
.history-counter-box > div > div > div.content-box-percentage.content-box-counter{
    color:#000 !important;
}

.history-counter-box > div > div > div.counter-box-content{
      color:#000 !important;
}
.history-year{
    color:#EF7D00; 
    font-size:205px; 
    font-family:'OldPress';
    line-height:0.5;
}


.history-container > span {
background-color: rgba(265,265,265,0.8);
font-size:larger;
}

@media only screen and (max-width:800px) {
    .history-year {
    	font-size:140px; 
    }
	.history-container > span {
		background-color: rgba(265,265,265,0.8);
		font-size: 14px;
		word-break:break-word;
	}
}

.history-container{
    margin-top:30px;
	font-size:16px;
}
.history-counter-box{
    z-index:1; 
}
