  body {
      font-family: Arial, sans-serif;
      text-align: center;
      margin: 0;
      padding: 0;
  }

  h2 {
      margin: 20px 0;
  }

  .gallery-container {
      overflow-x: auto;
      white-space: nowrap;
      display: flex;
      padding: 20px;
      scroll-behavior: smooth;
  }

  .gallery {
      display: flex;
      flex-wrap: nowrap;

  }

  .post {
      flex: 0 0 250px;
      border: 1px solid #ddd;
      /* border-radius: 10px; */
      overflow: hidden;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
      text-align: center;
      background: #fff;
  }

  .post img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      display: block;
  }

  .post-footer {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      font-size: 14px;
      font-weight: bold;
      gap: 5px;
  }

  .post-footer svg {
      width: 18px;
      height: 18px;
      fill: #e1306c;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
      .gallery-container {
          padding: 10px;
      }

      .post {
          flex: 0 0 90px;
      }

      .post img {
          height: 120px;
      }

      .post-footer {
          font-size: 12px;
      }

      .post-footer svg {
          width: 16px;
          height: 16px;
      }
  }

  .theme-4-header--banner-size_lg .theme-4-header__background-photo {
      height: 60vh;
      height: calc(var(--vh, 1vh)* 100) !important;
      transition: height .2sease-out;
  }

  .footer-product {
      margin: 50px 0;
      position: relative;
      /* z-index: 9; */
  }

  .footer-product span {
      background: #97938E;
      padding: 10px 0;
      text-align: center;
      margin-bottom: 30px;
      color: #fff;
      font-size: 24px;
      cursor: pointer;
      display: block;
  }

  .footer-product span {}

  .footer-product ul {
      padding-left: 0;
  }

  .footer-product ul li {
      list-style-type: none;
      margin: 10px 0;
      position: relative;
      padding-left: 20px;
  }

  .footer-product ul li::before {
      content: "";
      height: 12px;
      width: 12px;
      display: block;
      background: #4a4a4a;
      position: absolute;
      top: 8px;
      left: 0px;
      border-radius: 50%;
      border: 2px solid #262626;
  }

  .footer-product ul li a {
      color: #131e4a;
  }

  .footer-product ul li a {
      color: #262626;
      font-size: 13px;
      font-weight: 700;
  }

  .footer-product ul li a i {
      margin-right: 10px;
  }

  .footer-product span.location {
      font-size: 22px;
      background: no-repeat;
      color: #061e75;
      font-weight: 800;
      margin-bottom: 20px;
      display: block;
      text-align: left;
  }

  .theme-4-header--banner-size_lg .theme-4-header__background-photo {
      height: 60vh;
      height: calc(var(--vh, 1vh)* 100) !important;
      transition: height .2sease-out;
  }