.service_main {
  padding: 55px 0 136px;
}
.service_main li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 50px 0;
}
.service_main li:nth-child(odd) .img {
  order: 2;
}
.service_main li .img {
  width: 42.2623%;
  height: auto;
  max-height: 443px;
}
.service_main li .img img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.service_main li .info {
  flex: 1;
  max-width: 600px;
}
.service_main li .info h2 {
  color: var(--title_color);
  font-size: 30px;
  font-weight: 600;
  line-height: 41px;
}
.service_main li .info p {
  color: var(--content_color);
  line-height: 25px;
  margin-top: 28px;
}
.service_main li .info .button_r {
  margin-top: 1rem;
}
