.mate {
  max-width: 845px;
  margin: 0 auto;
  padding: 0 var(--offset-x);
}

.mate fieldset .fieldset-wrapper > div {
  display: flex;
  gap: 0 40px;
  margin: 30px 0 0 0;
  @media (min-width: 851px) {
    justify-content: center;
    align-items: center;
  }
  
  @media (max-width: 850px) {
    flex-direction: column;
  }
}

.mate p {
  font: var(--tall);
  font-weight: 700;
}

.mate .description p {
  font-size: 18px;
  font-weight: 500;
}

.mate label {
  font-size: 16px;
  font-weight: 700;
}

.mate fieldset {
  margin: 50px 0;
}

.mate .form-radio+.option:after {
  border: 2px solid #30515F;
}

.mate .form-radio:checked+.option:before {
  margin: 4px;
  background-color: #30515F;
}

.mate .form-actions {
  text-align: right;
}

.mate .button {
  background-color: var(--teal);
  color: white;
  border-radius: 8px;
  padding: 13px 25px;
  cursor: pointer;
  border: unset;
}