/*Banner - Section 1*/
.banner-block-bs{
padding: 17% 0 18% 0;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: -26.2%;
  width: 50%;
  position: relative;
  z-index: 100;
}
.title-banner-bs {
  padding-top: 3.5%;
}
.title-banner-bs h2{
    margin-bottom: 3%;
}
.title-banner-bs p{
    width: 44%;
}

/*Section 3*/
.battery-storage-section-3 {
  margin-top: -3%;
  margin-bottom: -0.9%;
}

.battery-level-section {
    display: flex;
    margin: 4% 0 11%;
}

.next-level-box, .box-pitchdeck-bs {
    width: 50%;
}

.next-level-box img {
    width: 104%;
    margin-top: -1%;
}

.faq-box-industries {
    width: 100%;
    margin-left: 11%;
    margin-top: -2%;
}
.faq-battery {
    display: flex;
    gap: 0;
}

.faq-battery img {
    width: 50%;
    display: none;
    transition: 0.5s ease 0.2s;
}

.faq-battery.active img {
    display: block;
}
.faq-battery.active p {
  color: #ED4F18;
}
.answer.show {
    margin-top: 3%;
    max-height: 1000px;
    opacity: 1;
    transition: max-height 2s ease, opacity 0.5s ease;
}

.answer {
    margin-top: 1%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease 0.2s;
}

.line-faq {
    margin: 2% 0;
    width: 100%;
    background-color: #D1D1D1;
    opacity: 20%;
}

/*Section 4*/
.your-site-section-bs{
margin-top: -1%;
  padding: 8% 0 5%;
  background-color: #283948;
  margin-bottom: 8%;
}

.section-4-battery-title{
    width: 28%;
}

.size-pitch-bs{
    margin-top: 4%;
    display: flex;
    width: 112%;
    justify-content: space-between;
}

.description-picthdeck-bs {
width: 86.5%;
  margin-bottom: 7%;
  margin-top: 6%;
  line-height: 1.8;
}

.box-pitchdeck-2-bs{
    padding: 0 0 3%;
    overflow: hidden;
    position: relative;
    width: 44%;
    margin-top: -8%;
}

/*Section 5*/
.energy-and-storage-bs{
    margin-bottom: 8%;
    display: flex;
    justify-content: space-between;
    gap: 1%;
}
.energy-and-storage-bs-box{
    width: 50%;
}

.title-energy-and-storage-bs{
margin-bottom: 3%;
  margin-top: 4%;
}

.energy-and-storage-bs-img{
    width: 106%;
    margin-left: 10%;
}

.energy-and-storage-box{
    width: 100%;
    display: flex;
    margin-bottom: 3%;

}

.energy-and-storage-box-right{
    width: 60%;
     margin-top: 2%;
}

.energy-and-storage-box-left{
    margin-right: 2%;
    width: 28%;
}

.energy-and-storage-box-left img{
    width: 90%;
}

.energy-and-storage-box-right-title{
    margin-bottom: 2%;
}

/*FAQ Section*/
.title-energy-and-storage-bs, .faq-section-title{
    width: 50%;
}

/*CTA*/
.cta-content-bs{
    margin-top: -4%;
    width: 50%;
    height: auto;
}



@media(min-width:360px) and (max-width: 640px){
    
  .title-energy-and-storage-bs, .box-pitchdeck-bs,  .next-level-box img, .energy-and-storage-bs-img, .title-banner-bs p, .energy-and-storage-bs {
  width: 100%;
}
.battery-storage-section-3 {
  margin-top: 25%;
    margin-bottom: 19.1%;
}
.box-pitchdeck-2-bs{
    margin-top: 0;
}

.section-4-battery-title {
  width: 80%;
}
.description-picthdeck-bs {
  line-height: 1.5;
  width: 100%;
}
.your-site-section-bs {
margin-top: -1%;
    padding: 7% 0 5%;
    background-color: #283948;
    margin-bottom: 18.5%;
}
.banner-block-bs{
 background-color: transparent;
    margin-bottom: 12%;
}
.faq-battery.active img{
    display: none;
}
.battery-level-section {
  display: flex;
  margin: 11% 0 11%;
}
      .faq-box-industries{
          margin-left: 0;
      }
      .next-level-box{
          width: 100%;
      }
      
      .energy-and-storage-box-left {
  margin-right: 2%;
  width: 36%;
}

.energy-and-storage-box {
  width: 100%;
  display: flex;
  margin-bottom: 7%;
}
.energy-and-storage-bs {
  margin-bottom: 8%;
}
.title-energy-and-storage-bs {
  margin-bottom: 10%;
  margin-top: 4%;
}
.next-level-box img {
  width: 104%;
  margin-top: 3%;
}
}