@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-pbf-wrapper {
        padding-top: 0px !important;
    }
    .gdlr-core-text-box-item-content {
        font-size: 18px !important;
    }
    .gdlr-core-skin-divider span {
        font-size: 15px !important;
    }
    .gdlr-core-skin-divider p {
        margin-top: 5px;
        font-size: 15px !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-pbf-wrapper {
        padding-top: 0px !important;
    }
    .gdlr-core-text-box-item-content {
        font-size: 18px !important;
    }
    .gdlr-core-skin-divider span {
        font-size: 15px !important;
    }
    .gdlr-core-skin-divider p {
        margin-top: 5px;
        font-size: 15px !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-pbf-wrapper {
        padding-top: 0px !important;
    }
    .gdlr-core-text-box-item-content {
        font-size: 18px !important;
    }
    .gdlr-core-skin-divider span {
        font-size: 15px !important;
    }
    .gdlr-core-skin-divider p {
        margin-top: 5px;
        font-size: 15px !important;
    }
}