.product-category{
    justify-content: center;
}
.product-category .product-category-item{
    width: 25%;
    max-width: 333px;
}
.title{
    font-size: clamp(28px, 2.08vw, 40px);
}

.main-content{
    max-width: var(--iw);
    margin: 120px auto;
}

.service{
    margin-top: 0;
}
.service-map{
    width: 100%;
    margin-top: 60px;
}


@media only screen and (max-width: 768px) {
    .title {
        font-size: 24px;
    }
    .service{
        margin-bottom: 0;
    }
}