.service-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 12px;
}

@media (min-width: 1024px) {

    .service-list {
        flex-direction: row;
        justify-content: center;
    }
}

  .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: center;
        font-size: 1.5625rem;
        line-height: 1.5;
        font-weight: 500;
    }
}

  .service-list .service-item h4 {
    font-size: 1.0625rem;
    line-height: 1.5;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 103 0 / var(--tw-text-opacity));
}

  @media (min-width: 1024px) {

    .service-list .service-item h4 {
        font-size: 1.3125rem;
        line-height: 1.5;
        font-weight: 500;
    }
}

  .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: auto;
        width: 1px;
    }
}

  .service-list .phone-img {
    width: 97px;
    display: block;
  }

  @media (min-width: 1024px) {

  .service-list .phone-img {
      width: 126px
  }
    }

.num-steps {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.num-steps .num {
    width: 27px;
    height: 27px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 103 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.num-steps .step-arrow {
    --tw-text-opacity: 1;
    color: rgb(255 103 0 / var(--tw-text-opacity));
}

.num-steps .step-text {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.0625rem;
    line-height: 1.5;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(131 141 156 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

    .num-steps .step-text {
        font-size: 1.3125rem;
        line-height: 1.5;
        font-weight: 500;
    }
}

.num-steps .step-arrow {
    padding-left: 44px;
  }

/*# sourceMappingURL=p4-abroad-service.css.map */
