.h1-wrap h1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  border-bottom: 3px solid #e6ebf2;
  border-left: none;
}

h1::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 92px;
  height: 3px;
  content: '';
  background: linear-gradient(-90deg, #51b1ed 0%, #1a7cc4 40%, #3565be 69.69%, #243d9d 100%);
}

h1 strong {
  display: flex;
  column-gap: 6px;
}

.h1-wrap h1 strong {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.h1-wrap h1 .button {
  margin-top: 0;
}
