.brand-product a:hover {
  text-decoration: unset
}

.bg-content {
  background: url("../images/bg-wood.png");
  background-size: auto;
  min-height: 100vh;
  background-size: 40%;
  background-position: top;
  overflow: hidden;
  padding: 4rem 0 2rem;
}

.brand-header {
  padding: 0 1rem;
  margin-bottom: 2rem;
  text-align: center;
}

.brand-header h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #004722;
  margin-bottom: 1rem;
  font-size: 35px;
}

.brand-header p,
.brand-logo p {
  font-size: 14px;
}

.brand-header img {
  width: 100%;
  height: auto;
  display: block;
}

.brand-logo {
  background: url("../images/bg-wood2.png");
  background-size: 100%;
  margin: 3rem 0;
  text-align: center;
  padding: 2rem 1rem;
}

.brand-logo img {
  width: 300px;
  margin-bottom: 1rem;
}

.brand-list {
  display: flex;
  /* align-items: flex-end; */
  flex-wrap: wrap;
}

.brand-product {
  text-align: center;
  margin-bottom: 1rem;
  word-break: break-word;
}

.brand-product .brand-name {
  min-height: 70px;
}

.brand-product img {
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 150px;
  max-height: 150px;
  object-fit: scale-down;
  margin-bottom: 0.5rem;
}

.brand-product h5 {
  font-size: 14px;
  margin: 0 0 10px;
	color: #000;
}

.brand-product .btn-readmore {
  background: #004722;
  color: #fff;
  border-radius: 25px;
  padding: 0 1rem;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.btn-back {
  background: #004722;
  color: #fff !important;
  border-radius: 25px;
  padding: 0px 2rem;
  font-size: 20px;
  margin-top: 1rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 450px) {
  .brand-product img {
    min-height: unset;
    max-height: 80px;
  }
  .brand-product .btn-readmore {
    font-size: 10px;
  }
}

@media screen and (max-width: 350px) {
  .brand-product {
    width: 130px;
  }
}

@media screen and (min-width: 768px) {
  .brand-header p,
  .brand-logo p,
  .brand-product h5 {
    font-size: 16px;
  }
  .brand-header img {
    width: 700px;
  }
  .brand-product img {
    min-height: 100px;
    max-height: 100px;
  }
}

@media screen and (min-width: 992px) {
  .bg-content {
    padding: 9rem 0 2rem;
  }
  .brand-header,
  .brand-logo,
  .brand-list {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .brand-header img {
    width: 800px;
  }
}

@media screen and (min-width: 1200px) {
  .brand-header,
  .brand-logo,
  .brand-list {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
}
