.content-container {
  max-width: 1000px;
  width: 100%;
  margin: 48px auto 0 auto;
  box-sizing: border-box;
  padding: 0 64px;
}

a {
  color: #047C97;
}

p {
  line-height: 1.8em;
}

h1 {
  font-size: 30px;
  font-weight: 900;
}

h2 {
  font-size: 24px;
  font-weight: 800;
}

h3 {
  font-size: 19px;
}

@media(max-width: 816px){
  .content-container {
    max-width: 720px;
    padding: 0 32px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 21px;
  }

  h3 {
    font-size: 18px;
  }
}

@media(max-width: 560px){
  h1 {
    font-size: 21px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  .content-container {
    margin-top: 32px;
    padding: 0 24px;
  }
}

document, body {
    width: 100%;
    overflow-x: hidden;
}

.vue-apexcharts, .vue-apexcharts * {
    user-select: none;
    -webkit-user-select: none;
}