/* ABOUT PAGE */

/* Layout */
.services {
  max-width: 900px;
  margin: auto;
  text-align: left;
  line-height: 1.7;
}

/* Main title */
.services h2 {
  text-align: center;
  color: #2e7d32;
  margin-bottom: 25px;
}

/* Section headings */
.services h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #2e7d32;
  font-size: 20px;
  border-left: 4px solid #4caf50;
  padding-left: 10px;
}

/* Text */
.services p {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
}

/* List */
.services ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.services ul li {
  margin-bottom: 8px;
  color: #555;
}

/* Highlight block sections */
.services > * {
  background: #f9f9f9;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Remove box for main title */
.services h2 {
  background: none;
  box-shadow: none;
  padding: 0;
}

/* Contact info emphasis */
.services p strong {
  color: #2e7d32;
}

/* Mobile */
@media(max-width:768px){
  .services {
    padding: 30px 5%;
  }

  .services h3 {
    font-size: 18px;
  }

  .services p,
  .services li {
    font-size: 14px;
  }
}
