.become-agent {
  display: flex;
  flex-direction: column;
  gap: var(--gap-l);
  
  & > p {
    font-size: var(--font-18);
    color: var(--ink);
    line-height: var(--line-height--tall);
  }
}
