@media screen and (max-width: 768px) {
    
.content-container{
  background-image: url("../img/bg02.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;
}
.people-title{
  font-size: 30px;
  font: normal normal normal 40px / 1.4em raleway, sans-serif;
  color: rgb(0,0,0);
}
.name{
  width: 100%;
  text-align: center;
  font-family: futura-lt-w01-light, sans-serif;
  color:rgb(85,85,85);
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 40px auto 0;
}
.position{
  font-family: futura-lt-w01-light, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: rgb(31,91,165);
  line-height: 1.2em;
  text-align: center;
  margin: 20px 0;
}
.text{
  color: rgb(85,85,85);
  line-height: 1.2em;
  text-align: justify;
  font-size: 18px;
  padding: 0 20px;
}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    
.content-container{
  background-image: url("../img/bg02.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;
}
.people-title{
  font-size: 30px;
  font: normal normal normal 40px / 1.4em raleway, sans-serif;
  color: rgb(0,0,0);
}
.name{
  width: 100%;
  text-align: center;
  font-family: futura-lt-w01-light, sans-serif;
  color:rgb(85,85,85);
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 40px auto 0;
}
.position{
  font-family: futura-lt-w01-light, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: rgb(31,91,165);
  line-height: 1.2em;
  text-align: center;
  margin: 20px 0;
}
.text{
  color: rgb(85,85,85);
  line-height: 1.2em;
  text-align: justify;
  font-size: 18px;
  padding: 0 20px;
}
}
@media screen and (min-width: 1000px) {
    
.content-container{
  background-image: url("../img/bg02.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;
}
.people-title{
  font-size: 30px;
  font: normal normal normal 40px / 1.4em raleway, sans-serif;
  color: rgb(0,0,0);
}
.name{
  width: 100%;
  text-align: center;
  font-family: futura-lt-w01-light, sans-serif;
  color:rgb(85,85,85);
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 40px auto 0;
}
.position{
  font-family: futura-lt-w01-light, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: rgb(31,91,165);
  line-height: 1.2em;
  text-align: center;
  margin: 20px 0;
}
.text{
  color: rgb(85,85,85);
  line-height: 1.2em;
  text-align: justify;
  font-size: 18px;
  padding: 0 40px;
}
}
