
.brand_content_section {
  padding: 125px 0px;
}
.brand_top {
  padding-bottom: 125px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.brand_top > * {
  margin: 0px;
}
.values_brand h2 {
  text-align: center;
}
.values_items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 10px;
  margin-top: 20px;
}
.values_item {
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
}
.values_item_img img {
  display: block;
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.values_item_img {
  margin-bottom: 15px;
}
.value_detail {
  text-align: center;
  margin-top: 15px;
}
.values_item h3 {
  font-size: 15px;
}
.values_brand {
  margin-bottom: 125px;
}
.material_brand {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 125px;
}
.material_brand > div {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.material_brand_right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.material_brand_left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.material_brand_left * {
  margin: 0px;
}
.img_center_brand img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.img_center_brand {
  margin-bottom: 125px;
}
.env_content {
  margin-bottom: 125px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.env_content > * {
  margin: 0px;
}
.product_content_right * {
  margin: 0px;
}
.product_content_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.production_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.production_content > div {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.production_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}