.service-section {
    background-color: #fff;
    padding: 6.26rem 0;
}

@media (max-width: 767px) {
    .service-section {
        padding: 30px 15px;
    }

    .service-section img {
        width: 100%;
    }

    .parallelogram-wrap {
        margin: 10px 0 10px;
    }
}

.card-list-item {
    font-weight: 600;
    font-size: 1.25rem;
    color: #F26100;
    line-height: 1.63rem;
}

.card-list {
    margin-top: 0;
}

.card-list-item img {
    width: 1.25rem;
}

.content-item {
    display: flex;
    margin-bottom: 1.88rem;
}

.content-item img {
    width: 1.13rem;
    height: 1.13rem;
    margin-right: 0.94rem;
    margin-top: 0.19rem;
}

.content-item h4 {
    margin: 0;
    margin-bottom: 0.63rem;
    font-weight: 400;
    font-size: 1.13rem;
    line-height: 1.5rem;
}

.content-item p {
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    color: #6D7278;
    line-height: 1.38rem;
}

.mt-0 {
    margin-top: 0
}

.content-index-wrap {
    display: flex;
    margin-top: 0.31rem;
}

.content-index-line {
    width: 0.31rem;
    height: 7.38rem;
    background: #000000;
    border-radius: 0.16rem;
    opacity: 0.1;
    margin-right: 0.94rem;
}

.content-index {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.content-index-item {
    font-weight: 400;
    font-size: 1rem;
    color: #6D7278;
    margin-bottom: .63rem;
    text-align: left;
    line-height: 1.38rem;
}

.service-card-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
}

@media (max-width: 767px) {
    .content-item {
        margin-bottom: 5px;
    }

    .content-item img {
        width: 12px;
        height: 12px;
        margin-right: 10px;
    }

    .mt-5px {
        margin-top: 5px;
    }

    .content-item h4 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .card-list {
        margin-bottom: 0;
    }

    .card-list-item {
        margin: 5px 0 0;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 1px;
    }

    .card-list-item img {
        width: 12px;
        height: 12px;
    }

    .content-index-item {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 2px;
        text-align: left;
    }

    .content-index-line {
        width: 5px;
        height: auto;
        border-radius: 3px;
        opacity: 0.1;
        margin-right: 10px;
    }

    .content-item p {
        margin: 3px 0 0;
        font-size: 12px;
        line-height: 18px;
    }
}