.elementor-2058 .elementor-element.elementor-element-64fc9541{transition:all 400ms;}.elementor-2058 .elementor-element.elementor-element-e4256da{transition:all 400ms;}.elementor-2058 .elementor-element.elementor-element-8cc43fc{--spacer-size:50px;transition:all 400ms;}.elementor-2058 .elementor-element.elementor-element-46311770{transition:all 400ms;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2058 .elementor-element.elementor-element-8cc43fc{--spacer-size:163px;}}/* Start custom CSS for html, class: .elementor-element-46311770 */.brand-product-section {
  padding: 60px 40px;
  background-color: #fff;
}

.brand-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f1d19;
  margin-bottom: 30px;
  text-align: left;
}

.brand-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 40px;
}

.product {
  text-align: center;
}

.product a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 8px;
  display: block;
}

.product p {
  font-size: 14px;
  font-weight: 500;
  color: #0f1d19;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .brand-title {
    text-align: center;
  }

  .product {
    text-align: center;
  }

  .product p {
    text-align: center;
  }
}/* End custom CSS */