.elementor-25 .elementor-element.elementor-element-23e4efc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1db6687 */.ps-service-row {
    display: grid;
    grid-template-columns: 110px 1fr;

    padding: 60px 0;

    border-bottom:
        1px solid #dfdfe2;
}

.ps-service-row:first-child {
    border-top:
        1px solid #dfdfe2;
}

.ps-service-row-number {
    color: var(--ps-red);
    font-size: 14px;
    font-weight: 800;
}

.ps-service-row h2 {
    max-width: 650px;
    margin-bottom: 20px;
}

.ps-service-row p {
    max-width: 720px;
    color: var(--ps-grey);
    font-size: 17px;
}

.ps-service-row a {
    color: var(--ps-black);
    font-weight: 750;
}

@media(max-width:600px) {

    .ps-service-row {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 45px 0;
    }
}/* End custom CSS */