@charset "utf-8";

#p_flow section.section-contents h2 {
  padding: 10px 0;
  border-bottom: 1px solid #CD2625;
  font-size: 1.4em;
}

#p_flow section.section-contents h3 {
  font-size: 1.1em;
}

#flow-list ul {
  margin: 0;
  padding: 0 0 0 2em;
  list-style-type: decimal;
}

/* ### Resposive ############### */
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 500px) {
  #flow-list ul {

  }

}