.about-text {
  font-size: 18px;
}

section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.global-page-header-about {
  background: url(../img/CNS_1_4.jpg) no-repeat 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 40vh;
  padding: 10% 0;
  position: relative;
  color: #fff;
}

.global-page-header-about .block {
  position: relative;
  z-index: 99;
  text-align: center;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
}

.about-nav-link-active {
  color: #4ac089 !important;
}

.carousel-item {
  max-width: 50vw;
  max-height: 55vh;
}

@media (max-width: 768px) {
  .carousel-item {
    max-width: 100vw;
    max-height: 100vh;
  }
}

@media (max-width: 1300px) {
  .global-page-header-about {
    display: none;
  }
}
/*# sourceMappingURL=about.css.map */