p {
  color: #3C4857;
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
  cursor: pointer;
}

span {
  color: #e32005;
}

span {
}

* {
  outline: none;
}

*, :after, :before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}

@media screen and (min-width: 480px) and (max-width: 599px) {
  h2 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  h2 {
    font-size: 1.5rem;
  }
}

* {
  box-sizing: border-box;
}

