@media screen and (max-width: 768px) {
  .content-container{
    background-image: url("../img/bg03.png"); 
    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;
  }
  .title{
    font-style: normal;
    margin: 30px 0;
    line-height: normal;
    font-size: 30px;
  }
  h4{
    margin: 10px 0 ;
  }
  .title2{
    color: rgb(15, 76, 133);
    font-size: 25px;
    line-height: 1.5em;
    margin: 40px 0 20px;
  }
  .text{
    font-size: 18px;
    color: rgb(85, 85, 85);
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    
.content-container{
  background-image: url("../img/bg03.png"); 
  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;
}
.title{
  font-style: normal;
  margin: 30px 0;
  line-height: normal;
  font-size: 30px;
}
h4{
  margin: 20px 0 ;
}
.title2{
  color: rgb(15, 76, 133);
  font-size: 25px;
  line-height: 1.5em;
  margin: 40px 0 20px;
}
.text{
  font-size: 18px;
  color: rgb(85, 85, 85);
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 10px;
}
}
@media screen and (min-width: 1000px) {
    
.content-container{
  background-image: url("../img/bg03.png"); 
  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;
}
.title{
  font-style: normal;
  margin: 30px 0;
  line-height: normal;
  font-size: 30px;
}
h4{
  margin: 20px 0 ;
}
.title2{
  color: rgb(15, 76, 133);
  font-size: 25px;
  line-height: 1.5em;
  margin: 40px 0 20px;
}
.text{
  font-size: 18px;
  color: rgb(85, 85, 85);
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 10px;
}
}