h2 {
    margin: 20px 0px;
  }
  
  p {
    margin-bottom: 10px;
  }
  
  .box {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 5px;
  }
  
  .box span {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    color: #313c59;
    font-size: 19px;
  }
  
  .faq {
    border-top: 1px solid #eee;
  }
  
  .box i {
      display: grid;
      background-color: #005cd4;
      margin-bottom: 20px;
      font-size: 40px;
      border-radius: 50%;
      color: #fff;
      width: 70px;
      height: 70px;
      justify-content: center;
      align-items: center;
  }
  
  
  .faq span {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    color: #80d6a3;
    font-size: 20px;
  }
  a {
    color: #313c59;
  }
  
  .clear {
    clear: both;
  }
  
  @media (max-width: 500px) {
    h1, .h1 {
      font-size: 29px;
    }
  
    h2 {
      font-size: 25px;
  line-height:1.2;
    }
  }
  
  footer {
    background-color: #313c59;
  }

  footer p,
  footer h2 {
    color:#fff;
  }

  footer a {
    color:#ffc107;
  }

  .navbar {
    background-color: #313c59 !important;
  }

  b,strong{
    font-weight: bold !important;
  }

  p{
    line-height: 1.5 !important;
  }

  .error {
    display: grid;
    align-items: center;
    justify-content: center;
  }
  
  .error a {
    margin: 0 20px;
    padding: 20px;
    text-align: center;
    background-color: #2099e9;
    color: #fff !important;
    width: 200px;
    justify-self: center;
  }
  
  .error a:hover {
    background-color: #5f28e0;
  }
  
  .error h1 {
    text-align: center;
  }
  
  .box a {
    color:#ffc107;
  }