/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 07 2026 | 07:36:14 */
.h2-title {
  font-size: 35px!important;
  font-weight: 900!important;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}

.h2-subtitle {
  color: var(--e-global-color-text, #7A7A7A);
  font-size: 20px;
  margin: 0;
  font-weight: 800!important;
  line-height: 1;
}

@media (max-width: 1024px) {

  .h2-title {
    font-size: 32px!important;
	text-align:center;
  }
  
  .h2-subtitle {
    font-size: 18px!important;
	text-align:center!important;
  }
}