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

  

}


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

  

}


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


}


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

  

}

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

    .service-text-box h3 {
        font-size: 18px;
        line-height: 22px;
    }
    
    .service-text-box p {
        font-size: 15px;
    }
    
    .Service-icon {
        width: 62px;
        padding: 6px;
    }
    
    .service-text-content-box {
        margin-top: -95px;
        margin-right: 15px;
    }

}


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

    .item-service {
        width: 50%;
    }
    
    .service-text-content-box {
        margin-top: -55px;
        margin-right: 30px;
    }

}


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

    .wrapper-service {
        padding: 40px 0 80px;
    }
    .service-text-content-box {
        margin-top: -95px;
        margin-right: 15px;
    }
    
    
    .service-text-box h3 {
        font-size: 17px;
    }
    
    .service-text-box p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .Service-icon {
        min-height: 75px;
        height: 100%;
    }
    
    .service-text-box {
        padding: 7px 10px;
    }

}


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

  
    .item-service {
        padding: 0 10px;
    }

    .wrap-service {
        margin: 0 auto;
    }

    .service-img-box {
        height: 202px;
    }

    .service-img-box img {
        height: 100%;
    }

    .service-text-box h3 {
        font-size: 16px;
    }

    .service-text-box p {
        font-size: 13px;
    }

    .service-text-content-box {
        margin-top: -46px;
    }

}
@media only screen and (max-width: 485px) {

    .item-service {
        width: 100%;
    }
    
    .service-img-box {
        height: 200px;
    }
    

}


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

  

}


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


}


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

  

}