<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.single .singleContent .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 35px;
    margin: 86px 0;
  }
  
  @media (max-width: 1024px) {
    .single .singleContent .number {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0;
      margin: 56px 0;
    }
  }
  
  .single .singleContent .number span {
    font-family: 'Prompt';
    font-style: italic;
    font-weight: 800;
    font-size: 80px;
    line-height: 120px;
    color: #00BCBB;
  }
  
  .single .singleContent .number p, .single .singleContent .number li {
    font-family: 'Prompt';
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    max-width: 580px;
  }
  
  @media (max-width: 1024px) {
    .single .singleContent .number p, .single .singleContent .number li {
      text-align: center;
    }
  }</pre></body></html>