.common-banner {
  position: relative;
  width: 100%;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Arial, sans-serif;
}
h1.common-banner-heading {
  font-family: Manrope;
  font-weight: 400;
  font-size: 64px;
  line-height: 130%;
  color:#fff;
}

.common-banner-background {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
  z-index: 1;
}
.about-main-section {
 padding: 2rem 0rem;
}
.main-about {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin:auto;
  padding:0 !mportant;
}
p.common-banner-subheading {
    font-family: Manrope;
    font-weight: 400;
    font-size: 24px;
    line-height: 155%;
    color: #fff;
}
.common-banner-content {
  max-width: 600px;
}

.common-banner-heading {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.common-banner-subheading {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ddd;
}

@media (max-width: 768px) {
  p.common-banner-subheading {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  h1.common-banner-heading {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .powering-text-content {
    text-align: left !important;
}
.powering-bottom-section {
    margin-top: 50px;
}