.text-component {
  width: 100%;
  min-height: 30px;
  line-height: 22px;
  font-size: 15px;
  margin: auto 0px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 5px;
  outline: none;
}