@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
body {
  background-color: #ffffff;
}

p {
  color: #444444;
}

section.insideEnergy-intro {
  padding: 40px 0px;
}
section.insideEnergy-intro h1 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 28px;
  padding: 35px 0px 80px 0px;
  color: #0055A4;
}
section.insideEnergy-intro h2 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 25px;
  color: #000;
}
section.insideEnergy-intro .cover-img img {
  width: 100%;
}
section.insideEnergy-intro .top-ad-banner img {
  width: 100%;
  margin-bottom: 30px;
}
section.insideEnergy-intro p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 10px;
  color: #444444;
  max-width: 800px;
}
section.insideEnergy-intro .local__tier-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.insideEnergy-intro .local__tier-card ul li {
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  list-style-type: none !important;
}
section.insideEnergy-intro .local__tier-card ul li p {
  margin: 0;
  line-height: 40px;
}
section.insideEnergy-intro .bullet-point {
  color: #F58220;
  padding-right: 5px;
}
section.insideEnergy-intro .strong-name {
  font-weight: 600;
}
@media (max-width: 992px) {
  section.insideEnergy-intro .p-top-25 {
    margin-top: 25px;
  }
}

section.insideEnergy-content {
  padding: 60px 0px;
  background-color: #fff;
}
section.insideEnergy-content h1 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 28px;
  padding: 35px 0px 80px 0px;
  color: #0055A4;
}
section.insideEnergy-content h2 {
  font-family: "Lato";
  font-weight: 600;
  font-size: 19px;
  line-height: 33px;
  color: #0055A4;
  padding-top: 19px;
  text-transform: uppercase;
}
section.insideEnergy-content p {
  font-family: "Lato";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #444444;
}
section.insideEnergy-content .secound-cont {
  margin-top: 30px;
}
section.insideEnergy-content .content-img img {
  width: 100%;
}
section.insideEnergy-content .bot-ad-banner img {
  width: 100%;
  margin-top: 30px;
}