@import "style-footer-responsive.css";
@media screen and (min-width: 320px) and (max-width: 424px) {
    .kingster-page-title {
        font-size: 20px !important;
    }
    .kingster-breadcrumbs {
        font-size: 15px !important;
    }
    .gdlr-core-page-builder-body p {
        font-size: 14px !important;
    }
    .gdlr-core-column-service-icon-left .gdlr-core-column-service-title-wrap {
        margin-bottom: 3px;
    }
}

@media screen and (min-width: 425px) and (max-width: 767px) {
    .kingster-page-title {
        font-size: 20px !important;
    }
    .kingster-breadcrumbs {
        font-size: 15px !important;
    }
    .gdlr-core-page-builder-body p {
        font-size: 15px !important;
    }
    .gdlr-core-column-service-icon-left .gdlr-core-column-service-title-wrap {
        margin-bottom: 3px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .kingster-page-title {
        font-size: 25px !important;
    }
    .kingster-breadcrumbs {
        font-size: 17px !important;
    }
    .gdlr-core-page-builder-body p {
        font-size: 16px !important;
    }
    .gdlr-core-column-service-icon-left .gdlr-core-column-service-title-wrap {
        margin-bottom: 3px;
    }
}