.textMain .title {
  position: relative;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0 0 0 16px;
  margin: 0 0 15px;
  font-family: "Roboto Condensed"; }
  .textMain .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    background: #25b1cb; }

.textMain {
  margin-bottom: 25px; }
