.text-withline__container {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 20px;
}

.vertical-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}

.red-line {
  background-color: #e6434e;
}

.blue-line {
  background-color: #2daaf0;
}

.green-line {
  background-color: #53d98a;
}
