/* Breadcrumb container */
/* .our-product-breadcrumb{
    background-image: url(../images/our_product_banner_img.webp);
} */
.product-info-section .img-placeholder-container {
    box-shadow: none;
}
.product-info-section .row:nth-of-type(even){
    padding: 80px 0;
}
.product-info-section .row:last-of-type{
    padding-bottom: 0;
}
.product-info-section .row:nth-last-of-type(odd) .img-column{
    order: 2;
}
.product-info-section .row:last-of-type{
    padding-bottom: 0;
}

/* Responsive */
@media(max-width:1199px){
    .product-info-section .row:nth-of-type(even){
        padding: 60px 0;
    }
}
@media(max-width:991px){
    .product-info-section .row:nth-of-type(even){
        padding: 50px 0;
    }
}
@media(max-width:767px){
    .product-info-section .row:nth-of-type(even){
        padding: 40px 0;
    }
    .product-info-section .row:nth-last-of-type(odd) .img-column{
        order: 0;
    }
    .product-info-container p{
        margin-top: 12px;
    }
    
}
@media(max-width:575px){
    .product-info-section .row:nth-of-type(even){
        padding: 30px 0;
    }
    .product-info-container p {
        margin-top: 8px;
    }
    .img-placeholder-container img {
        height: 200px;
    }
}
@media(max-width:480px){
    .product-info-section .row:nth-of-type(even){
        padding: 20px 0;
    }
    
}