.page-service {
  margin-bottom: 5.5rem;
}
@media (min-width: 768px) {
  .page-service {
    margin-bottom: 9rem;
  }
}
.page-service .c-hline {
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .page-service .c-hline {
    margin-bottom: 3.5rem;
  }
}

.btn-ser, .btn-ser-2, .btn-ser-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.7rem;
  padding-inline: 0.5rem;
  border-radius: 1.5rem;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .btn-ser, .btn-ser-2, .btn-ser-1 {
    width: calc(50% - 2.2rem);
    min-height: 6rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.btn-ser-1 {
  color: #FFF;
  background-color: #010100;
}

.btn-ser-2 {
  color: #010100;
  background-color: #db3a2b;
}
.service-head {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .service-head {
    flex-direction: row;
    justify-content: space-between;
    gap: 4.5rem;
    margin-bottom: 8.7rem;
  }
}

.service-content {
  position: relative;
  max-width: 58rem;
  width: 100%;
  margin-inline: auto;
  padding-left: 2.2rem;
}
@media (min-width: 768px) {
  .service-content {
    padding-left: 10rem;
  }
}
.service-content::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 100%;
  border-radius: 1rem;
  background: linear-gradient(to bottom, #000 70%, #e83828 74%);
  content: "";
}

.l-service {
  display: flex;
  flex-direction: column;
  gap: 4.6rem;
}
@media (min-width: 768px) {
  .l-service {
    gap: 4.6rem;
  }
}
.l-service__item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .l-service__item {
    gap: 4.6rem;
  }
}
.l-service__image {
  display: block;
  width: 10rem;
  min-width: 10rem;
  height: 10rem;
  aspect-ratio: 1/1;
  border-radius: 1.6rem;
  overflow: hidden;
}
.l-service__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-service__content {
  color: #010100;
}
.l-service__ttl {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .l-service__ttl {
    font-size: 1.4rem;
  }
}
.l-service__txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .l-service__txt {
    font-size: 1.4rem;
  }
}