
.expertise-section {
  background-color: #ffffff; 

}

.expertise-header {
  background-color: #93c73f;; 
  color: #ffffff; 
  text-align: center;
  padding: 20px 0; 
  margin-bottom: 20px; 
  width: 100%; 
}

.expertise-header h2 {
  font-size: 2.5rem; 
  font-weight: bold;
  margin: 0;
}

.expertise-section img {
  max-width: 250px; 
  display: inline-block;
}

.features-list {
  text-align: left;
  padding-left: 30px;
}

.features-list li {
  font-size: 1.1rem;
  font-weight: 500;
}

.features-list i {
  color: red; 
  margin-right: 10px;
}


@media (max-width: 767px) {
  

  .expertise-header h2 {
    font-size: 2rem; 
  }

  .features-list {
    padding-left: 20px;
  }

  .features-list li {
    font-size: 1rem;
  }
}
