.solar-section {
  background-color: #FFFFFF;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  max-width: 1200px;
  margin: 0 auto;
}

.solar-container {
  max-width: 1000px;
  margin: 0 auto;
  color: #000000;
}

.solar-container h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #10367A;
}

.solar-container p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #000000;
}

.solar-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #D3D3D3;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  margin-top: 30px;
  flex-wrap: wrap;
}

.solar-left {
  flex: 1 1 60%;
}

.solar-left h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #10367A;
}

.solar-left ul {
  list-style: none;
  padding: 0;
}

.solar-left li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000000;
}

.solar-right {
  flex: 1 1 30%;
  text-align: center;
}

.solar-right img {
  width: 64px;
  height: 64px;
}