.elementor-375 .elementor-element.elementor-element-d40dc40{--display:flex;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  color: #333;
}

h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
}

.category {
  margin-bottom: 30px;
}

.category h2 {
  font-size: 24px;
  color: #444;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.treatment {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
}

.treatment span {
  font-size: 16px;
}/* End custom CSS */