@media (max-width: 600px) {
  #productSlider > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
    .custom-justify-mobile {
        justify-content: center !important;
        display: block !important;
      }
      .header-logo{
        max-width: 190px;
        margin-top: 1.7rem !important;
      }
      .mobile-d-none{
        display: none !important;
      }
     .mobile-d-block{
        display: block !important;
    }
      .sm-product-card{
        margin: 0px 30px;
      }
      .world-map-section {
        padding: 20px 0 !important;
      }
      .description {
        line-height: 30px !important;
        font-weight: 300 !important;
    }
    .subheading {
        font-size: 3.8vw !important;
    }
    .theme-left-heading {
        font-size: 22px !important;
    }
    .custom-5-item {
        width: 98%;
        margin: 0 auto; /* Center the box itself */
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      .rem-pedding-4 {
        margin-left: .5rem;
        margin-right: .5rem;
    }
    .custom-5-item {
        flex: 0 0 calc(52% - 0.75rem);
    }
    .scroll-navbar {
        top: 173px;
    }
    .mobile-me-4{
        margin-right: 0px !important;
    }
}

@media (max-width: 430px) {
    .scroll-navbar {
        top: 136px;
    }
}