.formula {
  font-family: 'Caveat', 'Lato', sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #525CA5; }

.how_to_list {
  padding-left: 20px; }
  .how_to_list li {
    list-style: none;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #444444; }
    .how_to_list li:before {
      content: '';
      width: 8px;
      height: 8px;
      background-color: #6971AE;
      border-radius: 50%;
      position: absolute;
      top: 40%;
      left: -3%; }

.hint {
  font-size: 12px;
  line-height: 16px;
  color: #444444; }
