#aboutbanner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#aboutmain {
  padding-left: 14.75rem;
  padding-right: 14.75rem;
}

.aboutintroduce h1 {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  color: #262626;
  line-height: 45px;
  font-style: normal;
  margin-top: 3.75rem;
  margin-bottom: 1.4375rem;
}

.aboutintroduce p {
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  line-height: 28px;
  font-style: normal;
}

#aboutsection {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
}

#aboutsection article img:first-child {
  margin-left: 0;
}

#aboutsection article img {
  width: calc(100% - 0.5rem);
  margin-left: 1rem;
}

#section1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 6rem;
}

#section1 #section1-left img {
  width: 5.5625rem;
  height: 5.5625rem;
  min-width: 5.5625rem;
}

#section1 #section1-right img {
  width: 15rem;
  height: 15rem;
  min-width: 15rem;
}

#section1 h1 {
  font-size: 32px;
  color: #262626;
  line-height: 45px;
  font-style: normal;
  margin: 0;
  margin-left: 1rem;
}

#section1 p {
  font-weight: 400;
  font-size: 18px;
  color: #262626;
  line-height: 25px;
  font-style: normal;
  margin-left: 1rem;
}

@media screen and (max-width: 1280px) {
  #aboutmain {
    padding-left: 1rem;
    padding-right: 1rem;
  }

}

@media screen and (max-width: 768px) {
  #aboutmain {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #aboutsection {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  #aboutsection article {
    width: 100%;
  }

  #aboutsection article img {
    width: 100%;
    height: auto;
  }

  #section1 {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .aboutintroduce h1 {
    margin-top: 1.875rem;
  }
}