.wrap__space {
  background-color: midnightblue;
  color: #ffffff;
}
.line__yellow {
  /* background: linear-gradient(transparent 60%, #cfab17 30%); */
  /* display: inline; */
}
.wrap__space h3,
.wrap__space dt {
  color: #f6e493 !important;
}
.d-sm-flex > h3 {
  width: auto !important;
  padding-right: 1em !important;
}

.wrap__space dd:not(:last-child) {
  border-bottom: #fff 2px dotted;
}
