.bac-ninh-factory .text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bac-ninh-factory .text h1 {
  text-transform: uppercase;
}
.bac-ninh-factory .text .text-footer {
  display: flex;
  gap: 84px;
}
.bac-ninh-factory .text .text-footer .parameter {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.bac-ninh-factory .text .text-footer .parameter .item .card-title {
  color: #ea6f18;
  font-weight: 600;
}
.bac-ninh-factory .text .text-footer .certificate {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bac-ninh-factory .text .text-footer .certificate img {
  max-width: 98px;
}

.section-title {
  text-align: center;
  position: relative;
  margin-bottom: 12px;
}
.section-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 auto;
  width: 564px;
  border-top: 1px solid black;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.section-haft-haft {
  padding: 36px 0;
  /* align-items: flex-start; */
}

@media only screen and (max-width: 1280.98px) {
  .section-haft-haft {
    align-items: center;
  }
  .bac-ninh-factory .text {
    width: 50%;
  }
  .bac-ninh-factory .img {
    width: 50%;
  }
}
@media only screen and (max-width: 1023.98px) {
  .bac-ninh-factory .row {
    --bs-gutter-y: 16px;
  }
  .bac-ninh-factory .text {
    width: 100%;
  }
  .bac-ninh-factory .img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .bac-ninh-factory {
    padding-bottom: 0;
  }
  .bac-ninh-factory .text .text-footer {
    gap: 40px;
  }
  .section-haft-haft {
    padding: 24px 0;
  }
}
