@media screen and (max-width: 768px) {

  .content{
    margin-top: 5px;
  }
  .swiper-slide img{
    width: 100%;
    height: 300px;
  }
  .content-container1{
    width: 90%;
    margin: 50px auto;
  }
  .container1-title{
    width: 100%;
    font-size: 30px; 
    color: #000;
    line-height: normal;
    margin: 20px 0 30px;
  }
  .container1-title h4{
    font-weight: 500;
  
  }
  .container1-text{
    margin-bottom: 40px;
  }
  .text{
    color: rgb(85,85,85);
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 20px;
    text-align: justify;
  }
  .read-more{
    width: 100%;
    text-align: center;
    color: rgb(0,45,92);
  }
  .bg01{
    background-image: url("../img/bg01.png"); 
  
  }
  .bg02{
    background-image: url("../img/bg02.png"); 
  
  }
  .bg03{
    background-image: url("../img/bg03.png"); 
  }
  .bg04{
    background-image: url("../img/bg04.png"); 
  }
  
  .content-container2{
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100vw 100vh;
    width: 100%;
    height: 300px;
  }
  .container2-title{
    font-size: 40px;
    color: #000;
    line-height: 40px;
    text-align: center;
    text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
    padding-top: 130px;
  }
  .about-container{
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; */
    margin-bottom: 50px;
  
  }
  .content-about{
    width: 96%;
  }
  
  .about-title{
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 1px solid #aeaeae;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
  .about-title div{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #f2f2f2;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(5, 1, 54);
  }
  .name{
    font-size: 20px;
    text-align: center;
    line-height: 1.5em;
    color: rgb(5, 1, 54);
  }
  .position{
    font-size: 18px;
    color: rgb(31,91,165);
    text-align: center;
    line-height: 1.5em;
    margin: 10px 0 20px;
  }
  .people-text{
    padding: 0 10px;
  }
  
  }
@media screen and (min-width: 768px) and (max-width: 1000px) {
  
.content{
  margin-top: 5px;
}
.swiper-slide img{
  width: 100%;
  height: 400px;
}
.content-container1{
  width: 90%;
  margin: 50px auto;
}
.container1-title{
  width: 100%;
  font-size: 30px; 
  color: #000;
  line-height: normal;
  margin: 20px 0 30px;
}
.container1-title h4{
  font-weight: 500;

}
.container1-text{
  margin-bottom: 40px;
}
.text{
  color: rgb(85,85,85);
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 20px;
  text-align: justify;
}
.read-more{
  width: 100%;
  text-align: center;
  color: rgb(0,45,92);
}
.bg01{
  background-image: url("../img/bg01.png"); 

}
.bg02{
  background-image: url("../img/bg02.png"); 

}
.bg03{
  background-image: url("../img/bg03.png"); 
}
.bg04{
  background-image: url("../img/bg04.png"); 
}

.content-container2{
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100vw 100vh;
  width: 100%;
  height: 490px;
}
.container2-title{
  font-size: 55px;
  color: #000;
  line-height: 55px;
  text-align: center;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
  padding-top: 200px;
}
.about-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;

}
.content-about{
  width: 46%;
}

.about-title{
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 1px solid #aeaeae;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.about-title div{
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #f2f2f2;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(5, 1, 54);
}
.name{
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
  color: rgb(5, 1, 54);
}
.position{
  font-size: 18px;
  color: rgb(31,91,165);
  text-align: center;
  line-height: 1.5em;
  margin: 10px 0 20px;
}
.people-text{
  padding: 0 10px;
}

}
@media screen and (min-width: 1000px) {
  
.content{
  margin-top: 5px;
}
.swiper-slide img{
  width: 100%;
  height: 600px;
}
.content-container1{
  width: 940px;
  margin: 50px auto;
}
.container1-title{
  width: 100%;
  font-size: 30px; 
  color: #000;
  line-height: normal;
  margin: 20px 0 30px;
}
.container1-title h4{
  font-weight: 500;

}
.container1-text{
  margin-bottom: 50px;
}
.text{
  color: rgb(85,85,85);
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 30px;
  text-align: justify;
}
.read-more{
  width: 100%;
  text-align: center;
  color: rgb(0,45,92);
}
.bg01{
  background-image: url("../img/bg01.png"); 

}
.bg02{
  background-image: url("../img/bg02.png"); 

}
.bg03{
  background-image: url("../img/bg03.png"); 
}
.bg04{
  background-image: url("../img/bg04.png"); 
}

.content-container2{
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100vw 100vh;
  width: 100%;
  height: 490px;
}
.container2-title{
  font-size: 55px;
  color: #000;
  line-height: 55px;
  text-align: center;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.4);
  padding: 217px;
}
.about-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;

}
.content-about{
  width: 390px;
}

.about-title{
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 1px solid #aeaeae;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.about-title div{
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #f2f2f2;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(5, 1, 54);
}
.name{
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
  color: rgb(5, 1, 54);
}
.position{
  font-size: 18px;
  color: rgb(31,91,165);
  text-align: center;
  line-height: 1.5em;
  margin: 10px 0 20px;
}
.people-text{
  padding: 0 10px;
}

}