.text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  width: 500px;
  margin: auto;
  font-size: 12px;
  margin-bottom: 10px !important;
}
.text-list span {
  width: 41%;
}
.text-list span:first-child {
  letter-spacing: -0.5px;
}

@media only screen and (max-width: 768px) {
  .text-list {
    width: 100%;
  }
}