.mega-menu-wrapper.smaller {
  width: 300px;
}
.mega-menu-wrapper.smaller li {
  border-bottom: 1px solid #eee;
}

.footer-grid {
  justify-content: start;
}

.footer-contact-block {
  min-width: 80%;
}
.footer-contact-block .footer-link-holder {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.footer-contact-block .footer-link-holder a {
  width: 50%;
}

.images-loop-holder {
  height: 300px;
  margin-top: 100px;
}

.hero-section-holder {
  padding-top: 1em;
  border-top: 1px solid #eee;
}

/* --------------------------------- */
.pr-features-top-grid {
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 992px) {
  .pr-about-container {
    flex-direction: column;
  }
  .pr-about-container .pr-content {
    text-align: center;
  }
  .pr-about-container .pr-content .pr-features {
    grid-template-columns: 1fr;
  }
}
.about-hero-holder {
  margin-top: 100px;
}

.mt-100 {
  margin-top: 100px !important;
}

.mission-text {
  align-items: center;
}/*# sourceMappingURL=custom.css.map */