@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: 15px !important;
        margin-bottom: 10px;
    }
    .gdlr-core-title-item-title.gdlr-core-skin-title {
        font-size: 20px !important;
    }
    .gdlr-core-title-item-caption-top {
        padding-bottom: 30px !important;
    }
}

@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;
        margin-bottom: 10px;
    }
    .gdlr-core-title-item-title.gdlr-core-skin-title {
        font-size: 20px !important;
    }
    .gdlr-core-title-item-caption-top {
        padding-bottom: 30px !important;
    }
}

@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: 15px !important;
        margin-bottom: 10px;
    }
    .gdlr-core-title-item-title.gdlr-core-skin-title {
        font-size: 20px !important;
    }
    .gdlr-core-title-item-caption-top {
        padding-bottom: 30px !important;
    }
    .kingster-item-pdlr,
    .gdlr-core-item-pdlr {
        padding-left: 5px;
        padding-right: 5px;
    }
}