    .consultation-services {
      margin: 0;
      padding: 0;
    }

    .consultation-services .service-item {
      margin-bottom: 40px;
      padding-bottom: 30px;
      border-bottom: 1px solid #e0e0e0;
    }

    .consultation-services .service-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .consultation-services .service-item h4 {
      margin-bottom: 15px;
      color: #009900;
      font-size: 16px;
      font-weight: 600;
    }

    .consultation-services .service-item p {
      margin-bottom: 10px;
      line-height: 1.8;
    }

    .consultation-services .service-item a {
      color: #009900;
    }

    .consultation-services .service-item a:hover {
      text-decoration: underline;
    }