/* Title */
  .sitemap-title {
    font-family: "OpenSans-Regular";
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #001A53;
    border-left: 4px solid #F58634;
    padding-left: 14px;
    margin-bottom: 30px;
  }

  /* Card */
  .sitemap-card {
    background: #fff;
    border-radius: 16px;
   border: 1px solid #E5E7EB;
    padding: 24px 28px;
    height: 100%;
    box-shadow: 0px 6px 18px -6px #0000000D;
  }

  /* Section heading */
  .sitemap-card h6 {
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #111827;
    margin-bottom: 10px;
    margin-top: 16px;
  }

  .sitemap-card h6:first-child {
    margin-top: 0;
  }

  /* Links */
  .sitemap-card a {
    font-family: "OpenSans-Regular";
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #062BAD;
    text-decoration: none;
    margin-bottom: 6px;
    line-height: 1.5;
  }