.main-menu-area-new{
    padding-left: 100px;
}
.categories-list-post-item-img img{
    height: 600px;
    object-fit: cover;
    width: 100%;
}
.about-us-new{
    padding-top: 100px;
}
.about-us-img-img img{
    height: 430px;
    border-radius: 10px;
    width: 100%;

}
.product-image-img-new img{
    height: 400px;
  
}
.contact-new{
    padding: 100px 0px;
    background-color: rgb(224, 224, 224);
}
.footer-logo-new img{
    width: 200px;
}
.map iframe{
    width: 100%;
}
@media (min-width: 992px) {
    .custom-container {
        max-width: 1140px; /* Bootstrap container width */
        margin: 0 auto;
    }
}
@media (max-width: 576px) {
  
   .about-us-img-img img{
      height: auto;
    border-radius: 10px;
    width: 100%;
   }
   .new-logo img{
    width: 100px !important;
   }

}