.cs_service_details_thumbnail img{
    object-fit: contain;
}

/* Unique class for this section */
.treatment-section {
  font-family: 'Arial', sans-serif;
}

.treatment-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}

.treatment-box:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.treatment-header {
  background: #000;
  color: #f1c40f;
  padding: 15px 0;
  border-radius: 0 0 50% 50%;
}

.treatment-header h4 {
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
}

.treatment-icon {
  display: block;
  font-size: 22px;
  margin-top: 5px;
}

.treatment-box ul {
  padding: 0;
  margin: 0;
}

.treatment-box ul li {
  padding: 8px 0;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.treatment-box ul li:last-child {
  border-bottom: none;
}
