.banner-container {
  height: 900px;
  background: url('../image/instrument/banner.png') no-repeat;
  background-size: cover;
  font-size: 48px;
  color: #fff;
  font-style: italic;
}
.product-tabs .tabs-item:not(:last-of-type){
  margin-right: 120px;
}
.product-tabs .tabs-item {
  padding-bottom: 20px;
  font-size: 20px;
}
.tabs-item.active {
  border-bottom: 4px solid #00a7e5;
  color: #00a7e5;
}
.chart-content {
  flex-wrap: wrap;
  gap: 20px;
}
.chart-item {
  background: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0,167,229,0.08); 
  padding: 16px;
}
.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
  justify-content: flex-start;
}
.fixed-table-container tbody td, .fixed-table-container thead th {
  text-align: left;
}
@media screen and (max-width: 992px) {
  .product-tabs .tabs-item {
    white-space: nowrap;
    font-size: 16px;
  }
  .product-tabs .tabs-item:not(:last-of-type){
    margin-right: 14px;
  }
  .only-xs-d-block {
    display: block !important;
  }
  .features-info {
    padding-right: 0 !important;
    margin-bottom: 10px;
  }
  .chart-content {
    gap: 10px;
  }
  .chart-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .chart-item-xs {
    display: block;
    text-align: center;
  }
  .machine-product {
    display: flex;
    flex-direction: column;
  }
  .order-1{
    order: 1;
  }
  .order-0 {
    order: 0;
  }
  .machine-product-item {
    flex-direction: column;
    display: flex;
  }
  .machine-product-item .intro-table {
    margin-top: 10px;
  }
  .features-desc {
    margin-top: 0 !important;
  }
  .table-width-unset {
    width: unset !important;
  }
}