.content-container {
            padding-top: 150px;
        }

/* Custom CSS for specific styling */
        .product-image {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
        }

        .product-specs {
            margin-top: 20px;
            font-size: 1.1rem;
        }

        .product-description {
            line-height: 1.6;
        }

        .carousel-item img {
            max-height: 400px;
            width: auto;
            margin: 0 auto;
        }

        @media (max-width: 576px) {
            .product-image {
                max-width: 100%;
            }
        }