/* ===== 19. Brand Area CSS ===== */
.bt_brand_area {
  background: #f6f6f6;
  padding: 60px 0 60px 0;
}
.slide_items {
  text-align: center;
}
.bt_brand_area h3{
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .bt_brand_area h3{
  font-size: 28px;
  font-weight: 700;
}
}
@media screen and (max-width: 980px) {
  .bt_brand_area h3{
  font-size: 28px;
  font-weight: 700;
}
}
@media screen and (max-width: 480px) {
  .bt_brand_area h3{
  font-size: 24px;
  font-weight: 700;
}
}