[data-template="64192e9807529e6e7c79b3c9"] .itp-services-img {
    width: 30%;
    margin: 0 auto !important;
}


@media only screen and (max-width: 769px) {
    [data-template="64192e9807529e6e7c79b3c9"] .three-column {
        grid-template-columns: repeat(2, 1fr)!important;
    }
    [data-template="64192e9807529e6e7c79b3c9"] .itp-services-img {
        width: 30%;
    }
}
@media only screen and (max-width: 481px) {
    [data-template="64192e9807529e6e7c79b3c9"] .three-column {
        grid-template-columns: repeat(1, 1fr)!important;
    }
    [data-template="64192e9807529e6e7c79b3c9"] .itp-services-img {
        width: 20%;
    }

    [data-template="64192e9807529e6e7c79b3c9"].itp-template-service2-1{
        padding: 30px 10px !important;
    }
}