.hero-wrap.hero-wrap-3 {
  width: 100%;
  height: auto;
  position: relative;
  background-image: url(../../images/about-us/event.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 0;
}

.hero-wrap.hero-wrap-3 .overlay {
  width: 100%;
  opacity: .4;
  background: #232429;
}

.hero-wrap.hero-wrap-3 .slider-text {
  height: 500px;
}

.kcc-hero-heading {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}

.kcc-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.kcc-section-title::after {
  content: "";
  display: block;
  width: 80px;
  /* Adjust the width of the underline */
  height: 4px;
  background-color: #66B942;
  /* Green color underline */
  margin: 12px auto 0 auto;
  border-radius: 3px;
}

.kcc-intro-text {
  font-size: 1.2rem;
}

.kcc-since-text {
  font-size: 1.2rem;
}

.kcc-subtitle {
  font-size: 2.5rem;
  /* Adjust the font size */
  font-weight: 700;
  /* Bold the font */
  color: #333;
  /* Dark color for better readability */
  text-transform: uppercase;
  /* Uppercase text */
  letter-spacing: 2px;
  /* Slight letter spacing */
  position: relative
}

.kcc-paragraph {
  font-size: 1.1rem;
  color: #555;
}

.kcc-why-choose-us {
  margin-top: 5px;
}

.kcc-why-choose-us h3 {
  font-size: 2.5rem;
  /* Adjust the font size */
  font-weight: 700;
  /* Bold the font */
  color: #333;
  /* Dark color for better readability */
  text-transform: uppercase;
  /* Uppercase text */
  letter-spacing: 2px;
  /* Slight letter spacing */
  position: relative
}

.kcc-list li {
  font-size: 1.1rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}