#cutom-shortcode-wrapper{
	background-color:#e1b34f !important;
}

#cutom-shortcode-wrapper .content{
	max-width:100%;
}
.dt-animated-counter-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
	@media(max-width:767px){
		display:block;
	}
}

.dt-animated-counter {
  font-size: 90px;
  display: block;
  font-weight: bold;
  color: black;
	text-align:center;
	@media(max-width:767px){
		margin-bottom:30px;
	}
}

.dt-animated-counter .dt-counter-small-text{
	font-size:30px;
	color:black;
	display:block;
	text-align:center;
	margin-top:20px;
}