body{
  background-color:#eee;
}
.banner {
  margin-top: 90px;
  width: 100%;  
  height: 500px;
  background-image: url("/img/about/a3fc0d03-e46b-4cf4-bbb6-07104284fba4.jpg");
  background-size:cover;
  background-repeat:no-repeat; 
  background-position-x: right;
}
.banner-text {
  width: 100%;
  text-align: center;
  line-height: 500px;
}
.banner-text .title {
  font-size: 40px;  
  font-weight: 400;
  color: #fff;
  padding-top: 0;
}
.banner-text p {
  font-size: 24px;  
  font-weight: 400;
  color: #fff;
}
.container {             
  width: 1000px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.about,.contact{
  margin-top: 60px;
  margin-bottom: 60px;
}
.intro p {
  margin-top: 20px;
  font-size: 18px;
  text-align: justify;
  font-weight: 400;
  color: #333;
}
.info{
  margin-top: 20px;
  display: flex;
}
.info .text {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
.info .mail{
  margin-top: 20px;
}
.qr{  
  width: 160px;
  height: 160px;  
  background: #fff;
  box-shadow: 0 0 7px 0 rgb(142 142 142 / 50%);  
}
.qr img{
  width:100%;
}
@media(max-width:1000px){
  .banner-text {
    padding-top: 200px;
    padding-left: 100px;
  }
  main{
    padding: 0 50px;
  }
  .container {
    width: 100%;           
  }
  .info {
    display: block;
  }
}
