main #banner .jumbotron {
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../content/images/aboutBackground.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main #banner .jumbotron .row .col-12 img {
  width: 100px;
  margin-bottom: 30px;
}
main #banner .jumbotron .row .col-12 p {
  color: #f5f5f5;
  font-weight: 600;
}
main #market .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
main #market .container .row .col-12 h2 {
  font-weight: 800;
  font-size: 24px;
  color: #172388;
  margin-bottom: 30px;
}
main #market .container .row .col-12 p {
  color: #787878;
  font-weight: 600;
}
main #problem {
  background: linear-gradient(to bottom right, #030a44, #172388);
}
main #problem .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
main #problem .container .row .col-12 h2 {
  font-weight: 800;
  font-size: 24px;
  color: #f5f5f5;
  margin-bottom: 30px;
}
main #problem .container .row .col-12 p {
  color: #f5f5f5;
  font-weight: 600;
}
main #solution .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
main #solution .container .row .col-12 img {
  width: 100px;
  margin-bottom: 30px;
}
main #solution .container .row .col-12 h2 {
  font-weight: 800;
  font-size: 24px;
  color: #172388;
  margin-bottom: 30px;
}
main #solution .container .row .col-12 p {
  color: #787878;
  font-weight: 600;
}

@media (min-width: 769px) {
  main #banner .jumbotron .row .col-12 img {
    width: 150px;
  }
}/*# sourceMappingURL=about.css.map */