.charts_shortcode h2{
  color: var( --e-global-color-primary );
}

.charts_shortcode .chart-wrap{
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 10px;
}

@media screen and (max-width: 992px){
  	.charts_shortcode .chart-wrap{
  		align-items: start;	
  	}
  	.charts_shortcode h2{
  		font-size: 24px;
  	}
  	
  	.charts_shortcode .chart-wrap{
  		width: 100%;	
  	}
}