.elementor-17323 .elementor-element.elementor-element-159a286{--display:flex;}.elementor-17323 .elementor-element.elementor-element-a25eb0c > .elementor-widget-container{padding:50px 0px 50px 0px;}@media(max-width:767px){.elementor-17323 .elementor-element.elementor-element-a25eb0c > .elementor-widget-container{padding:50px 20px 50px 20px;}}/* Start custom CSS for shortcode, class: .elementor-element-a25eb0c */.brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
  }
  .brand-item a {
    display: block;
    padding: 10px;
    background: #f9f9f9;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s ease;
  }
  .brand-item a:hover {
    background: #eee;
  }/* End custom CSS */