h2 {
  font-size: 35px;
  font-weight: bold; }
  @media screen and (max-width: 829px) {
    h2 {
      font-size: 25px; } }

h3 {
  font-size: 25px;
  font-weight: bold; }
  @media screen and (max-width: 829px) {
    h3 {
      font-size: 17px; } }

p {
  font-size: 16px;
  line-height: 2.5;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 2px;
  display: block; }

#about-banner {
  position: relative;
  background: url("../images/about/about-1.jpg") top center fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh; }
  @media screen and (max-width: 829px) {
    #about-banner {
      background: url("../images/about/about-1.jpg") center center;
      height: 60vh; } }
  #about-banner .font {
    text-align: center;
    padding: 15px;
    margin: 0 auto; }
    #about-banner .font .bar {
      margin-bottom: 25px; }
      #about-banner .font .bar h1 {
        color: #000;
        font-size: 3.5vw; }
        @media screen and (max-width: 829px) {
          #about-banner .font .bar h1 {
            font-size: 25px; } }
      #about-banner .font .bar span {
        color: #666;
        font-size: 30px; }
    #about-banner .font p {
      max-width: 600px; }

.about-box {
  display: flex;
  align-items: center;
  padding: 40px 30px; }
  .about-box .centre {
    margin: auto;
    max-width: 600px; }

.slogo {
  text-align: center;
  padding: 160px 20px 80px; }
  @media screen and (max-width: 829px) {
    .slogo {
      padding: 40px 20px; } }
  .slogo .bar {
    margin-bottom: 70px; }
    @media screen and (max-width: 829px) {
      .slogo .bar {
        margin-bottom: 30px; } }
    .slogo .bar h2 {
      color: #333; }
    .slogo .bar span {
      font-size: 22px;
      color: #999; }
  .slogo .slogo-box {
    display: flex;
    align-items: baseline;
    padding: 40px 0px;
    margin: auto;
    max-width: 1480px; }
    @media screen and (max-width: 829px) {
      .slogo .slogo-box {
        padding: 0;
        display: block; } }
    .slogo .slogo-box .li {
      display: flex;
      align-items: center;
      letter-spacing: 2px;
      width: calc(100% / 3); }
      @media screen and (max-width: 829px) {
        .slogo .slogo-box .li {
          text-align: left;
          display: block;
          margin-bottom: 45px;
          width: calc(100% / 1); } }
      .slogo .slogo-box .li .font {
        padding: 0 30px;
        margin: auto;
        width: 100%; }
        @media screen and (max-width: 829px) {
          .slogo .slogo-box .li .font {
            margin: 0;
            width: 100%; } }
      .slogo .slogo-box .li h3 {
        margin-bottom: 20px; }
      .slogo .slogo-box .li p {
        color: #666; }

#about-page .bar {
  position: relative; }
  #about-page .bar:before {
    position: absolute;
    top: 3px;
    left: -53px;
    background: #b35464;
    display: inline-block;
    content: '';
    width: 14px;
    height: 50px; }
  #about-page .bar h1 {
    font-size: 33px; }
    @media screen and (max-width: 1024px) {
      #about-page .bar h1 {
        font-size: 25px; } }
  #about-page .bar span {
    font-size: 20px;
    display: block;
    margin-bottom: 25px; }
    @media screen and (max-width: 1024px) {
      #about-page .bar span {
        font-size: 20px; } }
  #about-page .bar p {
    font-size: 17px; }
#about-page h2 {
  margin-bottom: 10px; }
#about-page p {
  margin-bottom: 20px; }
#about-page dl {
  display: block;
  margin-bottom: 20px; }
  #about-page dl a {
    color: #fff;
    display: block;
    margin-bottom: 7px; }
    #about-page dl a:hover {
      color: #ccc; }
#about-page .image {
  width: 60%; }
  @media screen and (max-width: 1024px) {
    #about-page .image {
      width: 100%; } }

.about-image h3 {
  text-align: center;
  display: block;
  margin-bottom: 20px; }
.about-image .centre {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 980px;
  width: 100%; }
.about-image .img {
  background: #fff;
  border-radius: 20px;
  -webkit-transition: ease-out .6s;
  transition: ease-out .6s;
  margin: 0  30px 30px 0;
  width: calc(100% / 3  - 30px);
  -webkit-transition: ease-out .6s;
  transition: ease-out .6s;
  transform: scale(1);
  overflow: hidden; }
  .about-image .img:nth-child(4n) {
    margin-right: 0; }
  @media screen and (max-width: 1280px) {
    .about-image .img {
      width: calc(100% / 2  - 30px); } }
  @media screen and (max-width: 480px) {
    .about-image .img {
      margin-bottom: 25px;
      width: calc(100% / 1); } }

.services .slogo-box {
  max-width: 1280px; }
  @media screen and (max-width: 829px) {
    .services .slogo-box {
      padding: 0;
      display: block; } }
  .services .slogo-box .li p {
    color: #333; }
