
.icon-title-section div {
  text-align: left; 
}

.hero-section {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.hero-section img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}

.hero-section .text-content {
  padding-left: 30px;
}

.icon-title-section {
  text-align: center;
  margin-bottom: 30px;
}

.icon-title-section img {
  width: 80px;
  margin-bottom: 10px;
}

.icon-title-section h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.icon-title-section p {
  font-size: 14px;
  margin: 0;
}

.feature-section {
padding:30px; 
}
.feature-section img {
width: 100%;
height: auto;
margin-bottom: 15px; 
}
.feature-section h5 {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 10px;
}
.feature-section p {
font-size: 0.95rem;
line-height: 1.6;
}
@media (max-width: 768px) {
  .hero-section {
      flex-direction: column;
      text-align: center;
  }

  .hero-section .text-content {
      padding-left: 0;
      margin-top: 20px;
  }
}