.container {
  max-width: 1000px;
  padding: 180px 20px 90px;
  margin: 0 auto; }
  .container h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 53px; }
    .container h1:before {
      content: '';
      width: 187px;
      height: 1px;
      background-color: #457EA7;
      position: absolute;
      top: -8px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .container .title {
    color: #457EA7;
    font-size: 24px;
    font-weight: 500;
    line-height: 37px;
    margin-bottom: 11px;
    margin-top: 44px; }
  .container p, .container ol li {
    color: #878787;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400; }
  .container ol, .container p {
    margin-bottom: 24px; }
  .container ol li {
    list-style-type: numer;
    margin-left: 26px; }
