@media screen and (max-width: 768px) {
  .content-container{
    background-image: url("../img/power-index2.jpg"); 
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100vw 100vh;
    width: 100%;
    height: 300px;
}
.content-container1{
    width: 90%;
    margin: 50px auto;
  }
  .title1{
    font-weight: 400;
    color: #000;
    font-size: 25px;
    line-height: normal;
  }
  .title2{
    font-style: normal;
    margin: 30px 0;
    line-height: normal;
    font-size: 30px;
  }
  .text{
    font-size: 18px;
    color: rgb(85, 85, 85);
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 25px;
  }
  .title3{
    color: rgb(15, 76, 133);
    font-size: 25px;
    line-height: 1.5em;
    margin: 30px 0;
  }


}
@media screen and (min-width: 768px) and (max-width: 1000px){
  .content-container{
    background-image: url("../img/power-index2.jpg"); 
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100vw 100vh;
    width: 100%;
    height: 400px;
}
.content-container1{
    width: 90%;
    margin: 50px auto;
  }
  .title1{
    font-weight: 400;
    color: #000;
    font-size: 25px;
    line-height: normal;
  }
  .title2{
    font-style: normal;
    margin: 30px 0;
    line-height: normal;
    font-size: 30px;
  }
  .text{
    font-size: 18px;
    color: rgb(85, 85, 85);
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 25px;
  }
  .title3{
    color: rgb(15, 76, 133);
    font-size: 25px;
    line-height: 1.5em;
    margin: 30px 0;
  }


}
@media screen and (min-width: 1000px) {
  .content-container{
    background-image: url("../img/power-index2.jpg"); 
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100vw 100vh;
    width: 100%;
    height: 490px;
}
.content-container1{
    width: 940px;
    margin: 50px auto;
  }
  .title1{
    font-weight: 400;
    color: #000;
    font-size: 25px;
    line-height: normal;
  }
  .title2{
    font-style: normal;
    margin: 30px 0;
    line-height: normal;
    font-size: 30px;
  }
  .text{
    font-size: 18px;
    color: rgb(85, 85, 85);
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 25px;
  }
  .title3{
    color: rgb(15, 76, 133);
    font-size: 25px;
    line-height: 1.5em;
    margin: 30px 0;
  }


}