/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.section--1503577616797 ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.section--1503577616797 li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  clear: both; }

.section--1503577616797 li::before {
  content: counter(step-counter);
  margin-right: 20px;
  font-size: 38px;
  background-color: transparent;
  color: #ddbe66;
  font-weight: bold;
  padding: 0px 20px;
  border: 1px solid #cacaca;
  border-radius: 51px;
  margin-bottom: 60px;
  display: block;
  float: left; }

.section--1503577616797 li::after {
  clear: both; }
