.elementor-6276 .elementor-element.elementor-element-c6c087c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6276 .elementor-element.elementor-element-c2da4be{padding:100px 100px 100px 100px;}.elementor-6276 .elementor-element.elementor-element-c2da4be .elementor-wrapper{--video-aspect-ratio:1.77777;}/* Start custom CSS for html, class: .elementor-element-6e6688b */@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap');

.project-page-heading {
  padding: 90px 5% 30px;
  text-align: center;
  background: #ffffff; /* WHITE BACKGROUND */
  font-family: 'Titillium Web', sans-serif;
}

/* SUBTITLE */
.project-subtitle {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #c32131;
  margin-bottom: 14px;
}

/* HEADING */
.project-page-heading h1 {
  font-size: 56px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 25px;
  font-weight: 700;
}

/* DIVIDER */
.project-heading-divider {
  width: 75px;
  height: 3px;
  background: #c32131;
  margin: 0 auto;
}

/* ================= LAPTOP ================= */
@media (max-width: 1200px) {

  .project-page-heading h1 {
    font-size: 46px;
  }
}

/* ================= TABLET ================= */
@media (max-width: 992px) {

  .project-page-heading {
    padding: 80px 5% 60px;
  }

  .project-page-heading h1 {
    font-size: 38px;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .project-page-heading {
    padding: 65px 5% 50px;
  }

  .project-subtitle {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .project-page-heading h1 {
    font-size: 28px;
  }

  .project-heading-divider {
    width: 60px;
  }
}/* End custom CSS */