#servicedetail1 {
}
#servicedetail1 .children {
  padding-left: 0px;
  padding-right: 0px;
}
#servicedetail1 .section-children {
  display: flex;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#servicedetail1 article {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  position: relative;
}
#servicedetail1 article .pic-side {
  display: flex;
  flex: 1 1 50%;

  height: 100%;
  /* min-width: 100%; */
  overflow: hidden;
  position: relative;
  width: 100%;
}
#servicedetail1 article .pic-side img {
  min-height: 100px;
  width: 100%;
}
#servicedetail1 article .text-side {
  align-items: flex-start;
  background-color: transparent;
  border-radius: 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: Zen Maru Gothic, Arial, Helvetica, sans-serif;
  font-weight: 300;
  flex: 1 1 50%;
  margin-right: auto !important;
  margin-left: auto !important;
  /* margin: 50px; */
  max-width: 700px;
  padding: 50px;
  position: relative;
  text-align: left;
}
#servicedetail1 article .text-side h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.2em;
  padding: 0px;
  text-transform: none;
}
#servicedetail1 article .text-side h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 1.6em;
  padding: 0px;
  text-transform: none;
}

#servicedetail1 article .text-side p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  border: 0;
  margin: 0;
  padding: 0;
  color: var(--textcolor);
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: left;
}

#servicedetail2 .children {
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}
#servicedetail2 .section-children {
  display: flex;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#servicedetail2 article {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  position: relative;
}
#servicedetail2 article .text-side {
  align-items: flex-start;
  background-color: transparent;
  border-radius: 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: Zen Maru Gothic, Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-right: auto !important;
  margin-left: auto !important;
  margin: 20px;
  padding: 0px 50px;
  position: relative;
  text-align: left;
}
#servicedetail2 article .text-side h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.2em;
  padding: 0px;
  text-transform: none;
}
#servicedetail2 article .text-side h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 1.6em;
  padding: 0px;
  text-transform: none;
}

#servicedetail2 article .text-side p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  border: 0;
  margin: 0;
  padding: 0;
  color: var(--textcolor);
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #servicedetail1 article {
    flex-direction: column;
  }
  #servicedetail1 article .pic-side {
    justify-content: center;
    margin-top: 50px;
  }
  #servicedetail1 article .pic-side img {
    width: 100%;
    max-width: 500px;
  }
}

@media screen and (max-width: 500px) {
  #servicedetail1 article {
    flex-direction: column;
  }
  #servicedetail1 article .pic-side {
    justify-content: center;
    margin-top: 50px;
  }
  #servicedetail1 article .pic-side img {
    width: 100%;
  }
}
