/* Start custom CSS for html, class: .elementor-element-95e89cc */.ms-energy-description {
  max-width: 1200px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  text-align: left;
  overflow: hidden;
}

.ms-full-width {
  width: 100%;
  margin-bottom: 20px;
}

.ms-energy-description img {
  width: 100%;
  height: auto;
  display: block;
}

.ms-padding-v {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ms-padding-h {
  padding-left: 20px;
  padding-right: 20px;
}

.ms-energy-description h2 {
  font-size: 22px;
  margin: 0 0 15px 0;
  font-weight: bold;
}

.ms-energy-description p {
  margin-bottom: 15px;
}

.ms-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
}

.ms-col {
  flex: 1 1 calc(50% - 20px);
  min-width: 300px;
}

.ms-dark-box {
  background: #000;
  color: #fff;
  margin-bottom: 30px;
}

.ms-dark-box h2, 
.ms-dark-box p {
  color: #fff !important;
}

@media (max-width: 768px) {
  .ms-col {
    flex: 1 1 100%;
  }
  
  .ms-energy-description {
    padding: 0 10px;
  }

  .ms-padding-h {
    padding-left: 10px;
    padding-right: 10px;
  }
}/* End custom CSS */