.frontend-page-hero {
    background-image: url('../images/bg/1.jpg');
}

.frontend-home-hero {
    background-image: url('../images/bg/1.jpg');
}

.frontend-navbar-logo {
    width: 140px;
    max-width: 100%;
    height: auto;
}

.frontend-page-heading h1 {
    font-size: 2rem;
}

.frontend-about-section {
    padding-top: 30px;
}

.frontend-about-image {
    background-image: url('../images/sht.png');
}

.frontend-about-logo {
    width: 300px;
    max-width: 100%;
    height: auto;
}

.frontend-product-list {
    text-align: left;
}

.frontend-product-image-1 { background-image: url('../images/products/1.jpg'); }
.frontend-product-image-2 { background-image: url('../images/products/2.jpg'); }
.frontend-product-image-3 { background-image: url('../images/products/3.webp'); }
.frontend-product-image-4 { background-image: url('../images/products/4.jpg'); }

@media (max-width: 767.98px) {
    .frontend-page-heading h1 {
        font-size: 1.65rem;
    }
}
