.vc_col-sm-1-per-5 {
  float: left;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .vc_column_container.vc_col-sm-1-per-5 {
    width: 20%;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}
/*# sourceMappingURL=style.css.map */