#about {
  background: #f7a800;
  padding: 20px 0 50px;
}
#about .aboutTxt {
  font-size: 15px;
  padding-top: 30px;
}
#about .aboutTxt p:nth-child(n+2) {
  margin-top: 20px;
}
#about .aboutInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about .aboutInfo .aboutStaff {
  margin-top: 15px;
}
#about .aboutInfo .aboutStaff .aboutStaffName {
  text-align: right;
}
#about .aboutInfo .aboutStaff .aboutStaffImg {
  margin-top: 20px;
}
#about .aboutInfo .aboutStaff .aboutStaffImg img {
  display: block;
  width: 166px;
  height: 166px;
  margin: 0 auto;
}
#about .map {
  margin: -10px 0 -55px;
}
#about .map img {
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #about {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #about {
    padding: 50px 20px 80px;
  }
  #about .aboutTxt {
    font-size: 20px;
    padding-top: 50px;
  }
  #about .aboutStaff {
    margin-top: 50px;
  }
  #about .aboutStaff .aboutStaffName {
    font-size: 18px;
  }
  #about .aboutStaff .aboutInfo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #about .aboutStaff .aboutInfo .aboutStaffImg img {
    width: 100%;
    max-width: 332px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  #about {
    padding: 50px 20px 80px;
  }
  #about .aboutTxt {
    font-size: 20px;
    padding-top: 50px;
  }
  #about .aboutStaff {
    margin-top: 50px;
  }
  #about .aboutStaff .aboutStaffName {
    font-size: 18px;
    text-align: right;
  }
  #about .aboutStaff .aboutInfo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #about .aboutStaff .aboutInfo .aboutStaffImg {
    margin-top: 50px;
  }
  #about .aboutStaff .aboutInfo .aboutStaffImg img {
    width: 100%;
    max-width: 332px;
    height: auto;
    margin: 0 auto;
  }
}