/* TABLET */
@media (max-width: 992px) {

    .hero-content h1 {
        font-size: 52px;
    }

    .about-section h2,
    .contact-section h2,
    .section-title h2 {
        font-size: 38px;
    }

    .navbar-collapse {
        background: rgba(43, 26, 15, 0.96);
        padding: 20px;
        border-radius: 16px;
        margin-top: 15px;
    }
}


/* MOBILE */
@media (max-width: 768px) {

    .hero {
        height: auto;
        padding: 140px 0 80px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 38px;
        line-height: 1.2;
    }

    .hero-content p {
        font-size: 16px;
    }

    .section-title h2,
    .about-section h2,
    .contact-section h2 {
        font-size: 30px;
    }

    .product-card img {
        height: 240px;
    }

    .contact-form {
        padding: 25px;
    }

    .navbar-brand {
        font-size: 22px;
    }
}


/* SMALL MOBILE */
@media (max-width: 480px) {

    .hero-content h1 {
        font-size: 30px;
    }

    .btn-main {
        width: 100%;
        display: block;
        text-align: center;
    }

    .product-content {
        padding: 18px;
    }
}