main {
  position: relative;
}

.bg {
  display: none;
  position: absolute;
  width: 100vw;
  height: 576px;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.about .box {
  color: #111111;
  background: #ffffff;
  padding: 15px 0;
  line-height: 25px;
}

.about .box p {
  margin-bottom: 30px;
}

.about .box.white {
  color: #111111;
  background: #ffffff;
}

.about .in-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.about .in-boxes .in-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background-color: #111111;
  padding: 40px 30px;
  width: 100%;
  max-width: 420px;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .in-boxes .in-box:first-child {
  margin: 0;
}

.about .in-boxes .in-box .value {
  font-weight: 700;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.about .in-boxes .in-box .icon {
  margin-right: 6px;
}

.gallery {
  position: relative;
  padding-bottom: 60px;
}

.gallery .bg {
  position: absolute;
  background-color: #ebebeb;
  top: 130px;
  left: 0;
  width: 100%;
  height: calc(100% - 130px);
  z-index: -1;
}

.gallery #gallery .owl-stage {
  padding-top: 22px;
  padding-bottom: 22px;
}

.gallery #gallery .owl-nav {
  width: 100%;
  text-align: center;
  margin-top: 45px;
}

.gallery #gallery .owl-nav .owl-prev, .gallery #gallery .owl-nav .owl-next {
  width: 9px;
  height: 14px;
  display: inline-block;
  background-repeat: no-repeat;
}

.gallery #gallery .owl-nav .owl-prev {
  background-image: url(../img/prev.png);
  margin-right: 30px;
}

.gallery #gallery .owl-nav .owl-next {
  background-image: url(../img/next.png);
}

.gallery #gallery .item {
  height: 290px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  display: block;
  overflow: hidden;
}

.gallery #gallery .item img {
  width: auto;
  max-width: 90%;
  max-height: 250px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .bg {
    display: block;
  }
  .about {
    padding-top: 68px;
    margin-bottom: 115px;
  }
  .about .box {
    padding: 70px 60px 100px 60px;
  }
  .about .box.black {
    color: #ffffff;
    background: #111111;
  }
  .about .in-boxes {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .about .in-boxes .in-box {
    padding: 40px 60px;
  }
  .about .in-boxes .in-box .icon {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .about .in-boxes {
    margin-bottom: 0;
    margin-right: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
/*# sourceMappingURL=investment.css.map */