.academy-description .academy-bubble blockquote {font-size:0.85em; margin:0px; border: 0px;}
.academy-description .nice-bullet ul li {list-style-type: none;}
.academy-description .nice-bullet ul li:before {
  content: "\f332";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 26px 'dashicons';
  color: black;
  margin-right: 10px;
  word-wrap: break-word;
}
.academy-promotion .intro-text {color: #28852d; font-size: 1.1em; font-weight: 900; width:800px; margin: auto;}


.academy-promotion .dotted-line {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 20px; /* Adjust based on preference */
  margin-bottom: -20px;
}

.academy-promotion .dotted-line::before,
.academy-promotion .dotted-line::after {
  content: '';
  flex: 1 1;
  border-bottom: 4px dotted #28852d; /* Adjust color and style as needed */
  margin: 0 10px; /* Space between the dots and the text */
}

.academy-promotion h3 {
  margin:0px;
  white-space: nowrap;
  color: #28852d; font-size: 1.2em; 
}

/* Add icons to the dotted lines */

.academy-promotion .dotted-line.biathlon h99::after {
  display: block;
      content: " ";
      border:1px solid red;
      width: 40px;
      height: 40px;
      background:  transparent url('../icons/33.png') ;
      background-size: 40px 40px;
    }