/* @include box-shadow(1px,1px,1px,0, #fff, true); */
.home-about {
  padding: 110px 15px;
}

.home-about .container-fluid .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-about .container-fluid [class^="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-about .container-fluid [class^="col-"] .inner {
  width: 70%;
  text-align: center;
}

.home-about .container-fluid [class^="col-"] .inner h1,
.home-about .container-fluid [class^="col-"] .inner h2 {
  font-family: "Exo", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  text-align: center;
  margin-bottom: 35px;
}

.home-about .container-fluid [class^="col-"] .inner p {
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #030303;
  margin-bottom: 35px;
}

.home-about .container-fluid [class^="col-"] .inner a {
  background: #000;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  line-height: 20px;
  border-radius: 18px;
  padding: 7px 30px;
}

@media (max-width: 768px) {
  .home-about {
    padding: 50px 15px;
  }
  .home-about .container-fluid [class^="col-"]:first-child {
    border-right: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
  }
  .home-about .container-fluid [class^="col-"] .inner {
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=maps/home-about.css.map */
