.service {
  margin-top: 7.5rem;
  margin-bottom: 16rem;
  padding: 0 4rem;
}

.service__detail {
  max-width: 59rem;
  width: 100%;
  margin: 0 8.3rem;
}

.service__info {
  margin-bottom: 4.5rem;
}

.service__order {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--color-primary);
}

.service__order span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  border: 1px solid var(--color-primary);
}

@media (max-width: 768px) {
  .service {
    margin-top: 6rem;
    margin-bottom: 10rem;
    padding: 0 1rem;
  }

  .service__detail {
    margin: 0;
  }
}
