.dg-content {
    width: 80%;
    max-width: 991px;
    margin: 7em auto 10em;
    text-align: center;
  }
  .dg-content img {
    width: 50%;
    margin: 0 auto 35px;
  }
  .dg-content h1 {
    color: black;
    font-size: 2em;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 35px;
  }
  .dg-cta a.a-btn--primary {
    background-color: transparent;
    border: 2px solid #004ca3;
    padding: 0.5em 4em;
    color: #004ca3;
    margin: 0 15px;
  }
  .dg-cta a.a-btn--primary:hover {
    color: white;
    border: 2px solid #004ca3;
    background-color: #004ca3;
  }
  .disclaimer-icon {
    top: 1em;
    font-size: 1.75em;
    line-height: 0;
    position: absolute;
    left: 2%;
  }
  hr.hr-divider {
    width: 80%;
    max-width: 991px;
    margin: 35px auto;
    border: 1px solid #dedacd;
  }
  .dg-help {
    width: 65%;
    max-width: 991px;
    border-radius: 4px;
    border: 2px solid #fdcb81;
    background: #feeed5;
    margin: 25px auto;
    padding: 14px 20px;
    position: relative;
    text-align: left;
  }
  .dg-help-text {
    margin-left: 5%;
  }
  .dg-help-text p {
    width: 70%;
    font-size: 1.35em;
    font-weight: 700;
    margin: 0 0 10px;
  }
  .dg-contact {
    border-top: 1px solid #fdcb81;
  }
  .dg-contact p {
    margin: 10px 0;
  }
  .dg-contact span {
    font-size: 1em;
    line-height: 1.4;
  }
  @media (max-width: 991px) {
    .dg-content img {
      width: 60%;
      margin: 0 auto 25px;
    }
    .dg-content h1 {
      font-size: 1.65em;
    }
    .dg-help-text p {
      width: 90%;
    }
  }
  @media (max-width: 767px) {
    .dg-content {
      width: 95%;
    }
    .dg-help {
      width: 80%;
    }
  }
  @media (max-width: 620px) {
    .dg-content {
      margin: 4em auto 5em;
    }
    .dg-content img {
      width: 80%;
    }
    .dg-cta a.a-btn--primary {
      padding: 0.5em 3em;
      margin: 0 5px;
    }
    .dg-content h1 {
      font-size: 1.45em;
      margin-bottom: 15px;
    }
  }
  @media (max-width: 520px) {
    hr.hr-divider {
      width: 95%;
    }
    .dg-content img {
      width: 90%;
    }
    .dg-help {
      width: 95%;
    }
    .dg-cta a.a-btn--primary {
      padding: 0.5em 1.5em;
      margin: 5px;
      width: 200px;
      font-size: 0.9em;
    }
  }
  @media (max-width: 420px) {
    .disclaimer-icon {
      font-size: 1.5em;
    }
    .dg-help-text p {
      font-size: 1.2em;
      line-height: 1.4;
    }
  }
  