.home-bonds {
  margin: 22px 0 28px;
  border: 1px solid #cadbe5;
  border-top: 3px solid #087b69;
  background: #fff;
  color: #0d293e;
}
.home-bonds__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
}
.home-bonds__header h2 {
  font-family: Georgia, serif;
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.16;
  margin: 5px 0 9px;
}
.home-bonds__header p:last-child {
  max-width: 730px;
  font-size: 13px;
  line-height: 1.65;
  color: #526e82;
  margin: 0;
}
.home-bonds__open {
  flex-shrink: 0;
  background: #103b59;
  color: #fff !important;
  text-decoration: none !important;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 650;
}
.home-bonds__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-block: 1px solid #d7e3ea;
  background: #f5f9fa;
}
.home-bonds__metrics > div {
  padding: 16px 24px;
  border-right: 1px solid #d7e3ea;
  min-width: 0;
}
.home-bonds__metrics > div:last-child {
  border-right: 0;
}
.home-bonds__metrics dt {
  font-size: 11px;
  font-weight: 650;
}
.home-bonds__metrics a {
  color: inherit;
}
.home-bonds__metrics dd {
  font-family: Georgia, serif;
  font-size: clamp(24px, 2.3vw, 35px);
  line-height: 1.2;
  margin: 6px 0;
  color: #087b69;
  font-weight: 700;
}
.home-bonds__metrics dd span {
  font:
    12px Arial,
    sans-serif;
}
.home-bonds__metrics small {
  font-size: 10px;
  color: #60788b;
}
.home-bonds__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 17px 24px;
  gap: 14px;
}
.home-bonds__links a {
  color: #123c59;
  text-decoration: none;
  min-width: 0;
}
.home-bonds__links strong {
  display: block;
  font-size: 12px;
}
.home-bonds__links span {
  display: block;
  font-size: 11px;
  color: #60788b;
  margin-top: 4px;
}
.home-bonds a:hover {
  text-decoration: underline;
}
.home-bonds a:focus-visible {
  outline: 2px solid #087b69;
  outline-offset: 3px;
}
@media (max-width: 650px) {
  .home-bonds__header {
    display: block;
    padding: 17px;
  }
  .home-bonds__header p:last-child {
    font-size: 12px;
  }
  .home-bonds__open {
    display: inline-block;
    margin-top: 14px;
  }
  .home-bonds__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-bonds__metrics > div {
    padding: 13px 17px;
    border-bottom: 1px solid #d7e3ea;
  }
  .home-bonds__metrics > div:nth-child(2n) {
    border-right: 0;
  }
  .home-bonds__metrics > div:nth-child(n + 3) {
    border-bottom: 0;
  }
  .home-bonds__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 17px;
    gap: 18px 12px;
  }
}
