@media all and (min-width: 300px) and (max-width: 769px) {
  .header-logo img {
    width: 200px;
    height: auto;
  }
  .content-header p {
    font-size: 13px;
  }
  .tabs-best-sellers ul li button.active {
    font-size: 10px;
  }
  .tabs-best-sellers ul li button {
    font-size: 10px;
  }
  .tabs-best-sellers ul {
    width: 95% !important;
    padding: 10px 30px;
    align-items: anchor-center;
  }
  .about-section-popular .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-section-popular .images-marble-main img {
    padding-top: 20px;
    height: 220px;
  }
  .text-featured-projects h4 {
    font-size: 25px;
    padding-top: 30px;
  }
  ul.list-unstyled li {
    padding: 5px 0px;
    color: white;
    text-align: start;
    padding-left: 5px;
  }
  .ct-topbar {
    border: none;
    margin-top: 10px;
  }
  .mobile-menu .mobile-menu-body {
    max-height: 100%;
    overflow-y: visible;
    padding: 0px;
  }
  .products .header-content h1 {
    font-size: 40px;
    text-transform: uppercase;
  }
}
