.header-service .wrapper .text h1 {
  margin-bottom: 10.7rem;
}
@media screen and (max-width: 768px) {
  .header-service .wrapper .text h1 {
    margin-bottom: 2rem;
  }
}

#vehicle-recognition-page {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#vehicle-recognition-page > section:last-child .wrapper {
  padding-top: 2.8rem;
}
#vehicle-recognition-page > section:last-child .wrapper > ul > li:nth-child(2n) {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #vehicle-recognition-page > section:last-child .wrapper > ul > li:nth-child(2n) {
    flex-direction: column;
  }
}
#vehicle-recognition-page > section:last-child .wrapper > ul > li:nth-child(2n) .image .background-square {
  position: absolute;
  transform: translate(6%, -88%);
  height: 35.2rem;
  background-color: #EDF5FB;
  border-radius: 3rem 0 0 3rem;
  z-index: 95;
}
@media screen and (max-width: 768px) {
  #vehicle-recognition-page > section:last-child .wrapper > ul > li:nth-child(2n) .image .background-square {
    width: 92%;
    height: 22rem;
  }
}
#vehicle-recognition-page > section:last-child .wrapper > ul > li:nth-child(2n-1) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #vehicle-recognition-page > section:last-child .wrapper > ul > li:nth-child(2n-1) {
    flex-direction: column;
  }
}
#vehicle-recognition-page > section:last-child .wrapper > ul > li:nth-child(2n-1) .image .background-square {
  position: absolute;
  transform: translate(-77.5%, -88%);
  height: 35.2rem;
  background-color: #EDF5FB;
  border-radius: 0 3rem 3rem 0;
  z-index: 95;
}
@media screen and (max-width: 768px) {
  #vehicle-recognition-page > section:last-child .wrapper > ul > li:nth-child(2n-1) .image .background-square {
    width: 92%;
    height: 22rem;
    transform: translate(-8%, -88%);
  }
}
@media screen and (max-width: 768px) {
  #vehicle-recognition-page > section:last-child .wrapper > ul > li:last-child .text > h3 > hr {
    position: relative;
    top: 1.5rem;
    right: 20rem;
  }
}

/*# sourceMappingURL=vehicle-recognition.css.map */
