.form-check{
  flex-direction: row;
  align-items: center;
  &__click{
    width: 60px;
    height: 60px;
    border: 1px solid #ededed;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
  }
  &__tip{
    margin-left: 20px;
    font-size: 26px;
    color: #333;
  }
}
