section {
  width: 1100px;
  margin: 50px auto;
  -webkit-box-shadow: 0 10px 40px rgba(33, 37, 43, 0.15);
          box-shadow: 0 10px 40px rgba(33, 37, 43, 0.15);
  padding: 100px 80px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  section #content ol {
    counter-reset: item;
    margin-bottom: 0; }
  section #content > ol {
    margin-left: 0; }
  section #content li {
    display: block;
    margin-top: 10px; }
  section #content li:before {
    content: counters(item,".") " ";
    counter-increment: item; }
  section h1 {
    font: 45px/45px "Open Sans", "Arial", "Helvetica", "sans-serif";
    font-weight: 600;
    color: #21252b;
    margin: 0 0 20px; }
  section h2 {
    font: 25px/30px "Open Sans", "Arial", "Helvetica", "sans-serif";
    font-weight: 600;
    color: #21252b;
    margin: 50px 0 30px;
    padding: 7px 15px 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border-left: 5px solid #0E8BF7;
    background: #e7ecf3; }
  section h3 {
    font: 18px/25px "Open Sans", "Arial", "Helvetica", "sans-serif";
    font-weight: 600;
    margin: 20px 0 15px 0;
    border-left: 5px solid #0E8BF7;
    background: #f3f6fa;
    padding: 4px 20px 5px 16px; }
  section h4 {
    font: 16px/20px "Open Sans", "Arial", "Helvetica", "sans-serif";
    font-weight: 600;
    margin: 20px 0 15px 0;
    border-left: 5px solid #0E8BF7;
    padding: 2px 20px 3px 16px;
    background: #f3f6fa; }
  section h5 {
    font: 16px/20px "Open Sans", "Arial", "Helvetica", "sans-serif";
    font-weight: 600;
    margin: 20px 0 15px 0;
    border-left: 5px solid #0E8BF7;
    padding: 2px 20px 3px 16px; }
  section p {
    font: 18px/25px "Open Sans", "Arial", "Helvetica", "sans-serif";
    color: #21252b;
    margin-bottom: 15px; }
  section ol {
    display: block;
    font: 18px/25px "Open Sans", "Arial", "Helvetica", "sans-serif";
    color: #21252b;
    margin-bottom: 20px;
    list-style-type: decimal-leading-zero;
    margin-left: 28px; }
    section ol li {
      margin-bottom: 7px; }
      section ol li a {
        color: #000099; }
  section ul {
    display: block;
    font: 18px/25px "Open Sans", "Arial", "Helvetica", "sans-serif";
    color: #21252b;
    margin-bottom: 20px;
    margin-left: 28px; }
    section ul li {
      margin-bottom: 7px; }
  section img {
    width: 411px;
    margin: -10px 0 15px; }
  section .margin-bottom-off {
    margin-bottom: 5px; }
  section i {
    color: red;
    font-style: normal; }
  section a {
    cursor: pointer; }

  section .social-icon {
    width: 30px;
    height: 30px;
    background: #4c617b;
    border-radius: 20px;
    display: inline-block;
    transition: all 0.25s ease-in-out;
    margin-right: 4px;
  }
  section .social-icon:hover {
    background: #03a9f4;
  }
  section .social-icon img {
    width: 30px;
    margin: 0;
  }

/*# sourceMappingURL=main.css.map */