@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
main {
  min-width: 300px;
  max-width: 500px;
  margin: auto;
}

.t {
  font-size: 1em;
  line-height: 1.75em;
  border-top: 3px solid;
  -o-border-image: linear-gradient(90deg, rgb(29, 93, 155) 42%, rgb(44, 62, 80) 84%);
     border-image: linear-gradient(90deg, rgb(29, 93, 155) 42%, rgb(44, 62, 80) 84%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative;
  color: #34435E;
}
.t:before {
  content: counter(section);
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 1.25em;
  width: 1.25em;
  background-color: #34435E;
  text-align: center;
  line-height: 1.25em;
  color: #ffffff;
  font-size: 1em;
}

.t:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
}
.t:nth-child(odd):before {
  left: 100%;
  margin-left: -20px;
  box-sizing: unset;
}

.t:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}
.t:nth-child(even):before {
  right: 100%;
  margin-right: -20px;
  box-sizing: unset;
}

.t:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.t:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}/*# sourceMappingURL=index.css.map */