.product_box {
  margin-top: 1.95rem;
}

.banner_box_sub .banner_test_c {
  width: 56%;
}

.product_item_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #164a59;
  opacity: 0.3;
  z-index: 111;
}

@media screen and (max-width: 767px) {
  .sea_list_box {
    margin-top: 4.9rem !important;
  }
  .article_box {
    display: none;
  }
  .flex_column_justify_start.f-p-b-50 {
    padding-bottom: 4rem !important;
  }
}
