/*service*/
.service-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.service-list > div {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.service-list > div:nth-child(even) > div:nth-of-type(1) {
  order: 2;
}

.service-list > div:nth-child(even) > div:nth-of-type(2) {
  order: 1;
}

.service-list > div:nth-child(even) .service-data {
  text-align: left;
}

.service-list > div:nth-child(even) .service-title {
  justify-content: flex-start;
}

.service-list > div:nth-child(even) .service-txt {
  padding-left: 0;
  padding-right: 10%;
}

.service-list > div:nth-child(even) .service-line > div:nth-of-type(1) {
  order: 2;
  background: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

.service-list > div:nth-child(even) .service-line > div:nth-of-type(2) {
  order: 1;
}

.service-list > div > div {
  width: 50%;
}

.service-pto {
  line-height: 0;
}

.service-pto img {
  width: 100%;
  height: auto;
}

.service-data {
  text-align: right;
}

.service-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding-bottom: 15px;
}

.service-title > span {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-right: 10px;
}

/* .service-title > div {
  padding-top: 4px;
} */

.btn-more a {
  color: #b02d24;
  display: inline-block;
  padding-right: 36px;
  position: relative;
  /* font-style: italic; */
  padding-left: 10px;
}

.btn-more a:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-width: 0 1px 1px 0px;
  border-style: solid;
  border-color: #b02d24;
  transform: rotate(45deg);
  top: 2px;
  right: 0;
}

.service-line {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 15px;
  width: calc(100% - 14px);
  height: 4px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgb(145, 1, 1) 100%
  );
}
.service-txt {
  padding-left: 10%;
  line-height: 28px;
}

/*service-3*/
.service-3-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.service-3-list > div {
  width: 48%;
}
.service-3-data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-bottom: 90px;
}
.service-3-data > div:nth-of-type(1) {
  width: 100px;
}
.service-3-data > div:nth-of-type(1) img {
  width: 80px;
}
.service-3-data > div:nth-of-type(2) {
  width: calc(100% - 100px);
}
.service-3-data > div:nth-of-type(2) b {
  display: block;
  font-size: 22px;
  padding-bottom: 15px;
  line-height: 140%;
}

@media only screen and (max-width: 1078px) {
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 576px) {
}
@media only screen and (max-width: 1279px) {
}
@media only screen and (max-width: 980px) {
  .service-list > div > div {
    width: 100%;
  }
  .service-list > div:nth-child(odd) .service-data {
    text-align: left;
  }
  .service-list > div:nth-child(odd) .service-title {
    justify-content: flex-start;
  }
  .service-list > div:nth-child(odd) .service-txt {
    padding-left: 0;
  }
  .service-list > div:nth-child(even) > div:nth-of-type(1) {
    order: 1;
  }
  .service-list > div:nth-child(even) > div:nth-of-type(2) {
    order: 2;
  }
  .service-list > div:nth-child(even) .service-txt {
    padding-left: 0;
    padding-right: 0%;
  }
  .service-pto {
    margin-bottom: 20px;
  }
  .service-data {
    padding-bottom: 30px;
  }
  .service-title > span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .service-3-list > div {
    width: 100%;
  }
  .service-3-data {
    padding-bottom: 45px;
  }
  .service-3-data > div:nth-of-type(1) {
    width: 70px;
  }
  .service-3-data > div:nth-of-type(1) img {
    width: 50px;
  }
  .service-3-data > div:nth-of-type(2) {
    width: calc(100% - 70px);
  }
  .service-3-data > div:nth-of-type(2) b {
    font-size: 19px;
  }
}
@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 414px) {
}

@media only screen and (max-width: 320px) {
}
