#bg {
  background: url(../img/bg2.png);
  background-size: cover;
}

.aboutSection {
  padding-top: 300px;
  margin: auto;
}

.aboutContainer {
  border-top: 1px solid #4d4b4b;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  padding: 22px 0;
}
.aboutContainer:nth-last-child(1) {
  border-bottom: none;
}
.aboutContainer:nth-child(1) {
  border-top: none;
}

.title {
  font-size: 2.3rem;
  letter-spacing: 0.203em;
  width: 30%;
}

.webText2 {
  display: inline;
}

.ipadText {
  display: none;
}

.info {
  font-size: 2.3rem;
  letter-spacing: 0.203em;
  width: 70%;
  line-height: 47px;
}
.info span {
  display: inline-block;
}/*# sourceMappingURL=about.css.map */