.sub-header h1 {
    color: #8b6f4e;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}
.page-title-inner-header {border-bottom-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    padding-top: 30px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}
.sub-page-header{  
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0;}
    .sub-page-header h1{margin-bottom: 0;}
    .sub-page-header1{  
      
        border-bottom: 1px solid #d5d5d5;
        padding: 10px 0;}
        .sub-page-header1 h1{margin-bottom: 0;}
.page-title-subpage{position: relative;}
.page-title-inner {border-bottom-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    padding-top: 70px;
    padding-bottom: 72px;
    position: relative;
    z-index: 1;
}
.page-title-bg{position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
}
.page-title-subpage.subpage-02 .page-title-bg {background-image: url("images/Granite-countertops.jpg");
    background-color: #f8f9fc;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
}
.page-title-bg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f8f8f8;
    background-color: rgb(248, 248, 248);
}
.subpage-02 .page-title-bg::before {background-color: rgba(255,255,255,0.66);}
.page-title-subpage .page-title-inner .page-title-heading{ color: #fff; text-align: center;}
.page-title-heading h1 {
    font-size: 31px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Large Screens (Desktops) */
@media (max-width: 1200px) {
    .page-title-heading h1 {
        font-size: 28px;
    }
}

/* Medium Screens (Tablets & Small Laptops) */
@media (max-width: 992px) {
    .page-title-heading h1 {
        font-size: 26px;
    }
}

/* Small Screens (Tablets & Large Phones) */
@media (max-width: 768px) {
    .page-title-heading h1 {
        font-size: 24px;
    }
}

/* Extra Small Screens (Mobile Phones) */
@media (max-width: 576px) {
    .page-title-heading h1 {
        font-size: 22px;
    }
}

/* Very Small Screens (Compact Phones) */
@media (max-width: 400px) {
    .page-title-heading h1 {
        font-size: 20px;
    }
}






