.text_content {
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 16px;
}
.text_content h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #020e28;
}
.text_content .P_time_info {
  color: #5dca0f;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 3px;
}
.text_content .p_time {
  color: #848484;
  font-weight: 500;
  margin-bottom: 12px;
}
.text_content .p_text_content {
  color: #848484;
  font-size: 16px;
  text-indent: 2em;
}
.product_swiper {
  width: 100%;
  height: 600px;
}
.product_swiper img {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .product_swiper {
    width: 100%;
    height: 250px;
  }
  .product_swiper img {
    width: 100%;
    height: 100%;
  }
}
.team-section {
  padding-bottom: 0;
}
