body {
  image-rendering: -webkit-optimize-contrast;
}

.industrial_wrap {
  width: 90%;
  max-width: 1140px;
  padding: 0px 20px;
  margin: 0px auto 40px;
}

.industrial_wrap h1 {
  font-size: 32px;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 0px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #376b6e;
}

.industrial_wrap h2 {
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: 500;
  padding-top: 30px;
}

.industrial_wrap h3 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 30px 0px 10px;
}

.industrial_wrap .p1 {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 1px;
}

.industrial_wrap .line {
  height: 1px;
  display: block;
  width: 100%;
  background: url(https://www.aetina.com/wp-content/uploads/PR_News/img/dot_line.gif) repeat-x;
  margin-bottom: 30px;
}

.industrial_wrap picture {
  margin-top: 30px;
  display: block;
}

.photo {
  width: 100%;
  height: auto;
  margin: 20px 0;
  display: block;
  aspect-ratio: 2/1;
}

.bg-gray {
  background-color: #F2F2F2;
  margin-bottom: 40px;
}

.industrial_box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  position: relative;
}

.industrial_box .list {
  width: 45%;
}

.industrial_box .list ul {
  padding-left: 20px;
}

.industrial_box .list li {
  list-style: disc;
  margin-bottom: 20px;
}

.industrial_box::before {
  content: "";
  display: inline-block;
  background: #ccc;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.icon_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #376b6e;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px;
}

.icon_title .icon {
  width: 30px;
}

.icon_title span {
  width: calc( 100% - 30px);
}

.industrial_wrap .Industries_h1 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333333;
}

.industrial_wrap .Industries_title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: RGB(104, 186, 24);
  margin-top: 30px;
}

.industrial_wrap .Industries_h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #333333;
  margin-top: 30px;
}

.Source {
  text-align: center;
  font-size: .8rem;
}

.Industries_img {
  aspect-ratio: auto;
}

.SmartFarming {
  width: 80%;
  margin: 30px auto 10px;
}

.Industries_list {
  padding: 20px 0 20px 30px;
}

.Industries_list li {
  list-style: decimal;
  font-size: 18px;
  margin: 10px 0 20px;
}

.Industries_list h4 {
  font-weight: bold;
  color: #64808A;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.Industries_list p {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 1px;
}

.inquiries_box p {
  text-align: center;
  color: #2C3C43;
}

.inquiries_box .btn {
  display: inline-block;
  background-color: #A5CD38;
  color: #FFF;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 34px;
}

.inquiries_box .btn_box {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.link {
  color: #A5CD38;
  text-decoration: underline;
}

.related_products_wrap {
  margin-top: 40px;
}

.related_products_wrap img {
  width: 90%;
  margin: 0 auto 20px;
}

.related_products_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-align: center;
  padding: 0;
}

.related_products_wrap ul li {
  width: calc(( 100% - 30px ) /3);
  margin: 20px 5px;
  list-style: none;
}

.related_products_wrap ul p {
  font-size: 1rem;
  background: #376b6e;
  padding: 8px 5px;
  color: #FFF;
  width: 80%;
  margin: 0 auto;
}

.related_products_wrap ul p:hover {
  background: #A5CD38;
}

.btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_box a {
  background: #A5CD38;
  color: #FFF;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.6;
  padding: 5px 10px;
  max-width: 250px;
  width: 90%;
  text-align: center;
  border: 1px solid transparent;
}

.btn_box a:hover {
  background: transparent;
  border: 1px solid #A5CD38;
  color: #A5CD38;
}

.btn_box a:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .industrial_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .industrial_box .list {
    width: 100%;
    margin-bottom: 35px;
  }
  .industrial_box::before {
    display: none;
  }
  .SmartFarming {
    width: 100%;
  }
}

.ft_pager {
  display: none;
}
/*# sourceMappingURL=Industries_2026.css.map */