.main-service {
    padding: 60px 20px;
    background: #fff;
}

.service-item {
    margin-bottom: 60px;
}

.service-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.num-img {
    width: 40px;
    height: auto;
}

.service-title h3 {
    font-size: 20px;
    font-weight: bold;
    color: #e66410;
}

.service-content {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.service-image {
    flex: 1;
    min-width: 280px;
}

.service-image img {
    width: 100%;
    border-radius: 4px;
}

.service-text {
    flex: 1;
    min-width: 280px;
}

.service-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.main-service {
    padding: 60px 20px;
    background: #fff;
}

.section-title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

.service-item {
    margin-bottom: 100px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 50px;
}

.service-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.num-img {
    width: 60px;
    height: auto;
}

.service-title h3 {
    font-size: 36px;
    font-weight: bold;
    color: #e66410;
}

.service-content {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    text-align: left;
}

.service-image {
    flex: 1;
    min-width: 280px;
}

.service-image img {
    width: 100%;
    border-radius: 4px;
}

.service-text {
    flex: 1;
    min-width: 280px;
}

.service-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
    }

    .num-img {
        width: 50px;
    }

    .service-title h3 {
        font-size: 22px;
    }

}



.other-service {
    padding: 60px 20px;
    background: #fff;
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.other-service-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    margin-top: 40px;
}

.service-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    max-width: 415px;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    overflow: hidden;
}

.card-head {
    background: #e66410;
    color: #fff;
    padding: 12px;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

.service-card img {
    width: 100%;
    height: auto;
    padding: 20px;
}

.service-card p {
    font-size: 14px;
    padding: 16px;
    color: #333;
}


@media screen and (max-width: 640px) {

    .other-service-cards {
        justify-content: center;
    }

    .card-head {
        font-size: 18px;
    }
}