.registration-wrapper {
  max-width: 280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.registration-wrapper .name {
  color: var(--brand-dark);
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans Condensed", serif;
  line-height: 20px;
  text-align: left;
}
.registration-wrapper .price {
  color: var(--brand-light);
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans Condensed", serif;
  line-height: 20px;
  text-align: right;
}
.registration-wrapper .dots {
  flex: 1;
  border-bottom: 1px dotted var(--grey-medium);
}
