﻿/* BRAND-CHILD */
.brand-child .product-wrapper {
  border-left: none;
  width: 100%;
  padding-left: 0;
}
.brand-child .product-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 50px;
}
.brand-child section.page-content h4.section-title {
  font-size: 26px;
  color: #B2542E;
  margin-bottom: 25px;
  margin-top: 0;
}

.product {
            display: inline-block;
            width: 20%;
            margin-right:50px;
            margin-bottom: 0;
  min-height: 0;
        }
.product a {
            color:black;
            text-decoration:none;
        }
.product-wrapper h5 {
            color: white;
            background-color:black;
            width:100%;
            font-size:35px;
            padding-left:10px;
            padding-bottom:10px;

        }
/* END BRAND-CHILD */