	.main-title {
  color: #588157;
  font-size: 2.5em;
  margin-bottom: 30px;
  font-weight: bold;
}

.green-line {
  width: 100px;
  height: 4px;
  background-color: #588157;
  margin: 20px 0;
}

.description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.address {
  margin-bottom: 30px;
}

.address-title {
  font-weight: bold;
}

.product-detail-sub {
  color: #588157;
  font-size: 1.5em;
  font-weight: bold;
  margin: 30px 0 20px 0;
  display: flex;
  align-items: center;
}

.product-detail-sub::before {
  content: "•";
  margin-right: 10px;
  color: #588157;
}

.advantages-container {
  margin-bottom: 30px;
}

.advantages-column {
  flex: 1;
}

.advantage-item {
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}

.advantage-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
}

.energy-info {
  margin-top: 20px;
  font-style: italic;
}
.tab-content {
    padding: 20px;
    border: 1px solid #ebe7e7;
}

