<style>
@font-face {
    font-family: Mont-Heavy;
    src: url(Assets/Mont-Heavy.otf);
}

@font-face {
    font-family: Mont-Light;
    src: url(fonts/Mont-Light.otf);
}

@font-face {
    font-family: DefaultSans;
    src: url(Assets/DefaultSans.ttf);
}



/* Info-6 Section Styles */
.Info-6 {
  padding: 80px 120px;
  background-color: #ffffff;
}

.Info-6__container {
  max-width: 1200px;
  margin: 0 auto;
}

.Info-6__content {
  max-width: 700px;
}

.Info-6__label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #8B1A1A;
  text-transform: uppercase;
  margin-bottom: 15px;
font-family: DefaultSans;
}

.Info-6__divider {
  width: 40px;
  height: 3px;
  background-color: #333333;
  margin-bottom: 25px;
}

.Info-6__heading {
    font-family: Mont-Light;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  color: #222222;
  margin: 0 0 25px 0;
}

.Info-6__heading-highlight {
  display: block;
  color: #096903;
  font-weight: 700;
font-family: Mont-Heavy;
}

.Info-6__text {
    font-family: Mont-Light;
  font-size: 20px;
  line-height: 1.8;
  color: #222222;
  margin: 0;
font-weight: 600;
}



/* Tablet Responsive */
@media (max-width: 768px) {
  .Info-6 {
    padding: 60px 20px;
  }

  .Info-6__heading {
    font-size: 38px;
  }

  .Info-6__text {
    font-size: 14px;
  }
}

/* Mobile Responsive */
@media (max-width: 480px) {
  .Info-6 {
    padding: 40px 15px;
  }

  .Info-6__label {
    font-size: 11px;
    letter-spacing: 1px;
  }

  .Info-6__divider {
    width: 30px;
    height: 2px;
    margin-bottom: 20px;
  }

  .Info-6__heading {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .Info-6__text {
    font-size: 14px;
    line-height: 1.7;
  }
}
</style>



