.service-list {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 1024px) {

  .service-list {
    flex-direction: row;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

  .service-list .service-item {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(30 32 34 / var(--tw-text-opacity));
}

  @media (min-width: 1024px) {

  .service-list .service-item {
    align-items: center;
    justify-content: flex-start;
    font-size: 1.5625rem;
    line-height: 1.5;
    font-weight: 500;
  }
}

  .service-list .service-item svg {
  flex-shrink: 0;
      width: 36px;
      height: 36px;
}

  @media (min-width: 1024px) {

  .service-list .service-item svg {
        width: 44px;
        height: 44px
    }
      }

  .service-list .service-item-icon {
      width: 54px;
      height: 54px;
    }

  @media (min-width: 1024px) {

  .service-list .service-item-icon {
        width: 66px;
        height: 66px;
    }
      }

  .service-list .service-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 103 0 / var(--tw-bg-opacity));
}

  .service-list .line {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

  @media (min-width: 1024px) {

  .service-list .line {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    height: 146px;
    width: 1px;
  }
}

.orange-graditent-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
}

@media (min-width: 1024px) {

  .orange-graditent-progress {
    flex-direction: row;
    padding: 2.5rem;
  }
}

@media (min-width: 1440px) {

  .orange-graditent-progress {
    gap: 64px;
  }
}

.orange-graditent-progress {
  border-radius: 1rem;
  background: linear-gradient(
      180deg,
      #fff7e5 0%,
      #faecd1 36.41%,
      #ffe5b0 63.64%,
      #ffd67f 92.44%
    ),
    #fff;
}

@media (min-width: 1024px) {

.orange-graditent-progress {
    background: linear-gradient(
        90deg,
        #fff7e5 0%,
        #faecd1 29.91%,
        #ffe5b0 60.12%,
        #ffd67f 92.44%
      ),
      #fff
}
  }

.orange-graditent-progress .progress-item svg {
  height: 2.5rem;
  width: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
}

.orange-graditent-progress .progress-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}

@media (min-width: 1024px) {

  .orange-graditent-progress .progress-item {
    font-size: 1.5625rem;
    line-height: 1.5;
    font-weight: 500;
  }
}

.orange-graditent-progress .icon-connect {
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .orange-graditent-progress .icon-connect {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.gray-bg-card {
  flex: 1 1 0%;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 246 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .gray-bg-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
  }
}

.gray-bg-card .card-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 500;
}

@media (min-width: 1024px) {

  .gray-bg-card .card-title {
    flex-direction: column;
    gap: 0.25rem;
    font-size: 1.3125rem;
    line-height: 1.5;
    font-weight: 500;
  }
}

.gray-bg-card .card-title svg {
  height: 2.25rem;
  width: 2.25rem;
}

.gray-bg-card .card-content {
  font-size: 0.8125rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {

  .gray-bg-card .card-content {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

/*# sourceMappingURL=p4-apple-repair-center.css.map */
