@charset "utf-8";
/* CSS Document */
/*------
Meet Our team
-----*/
/*Production and R&D team*/
#plant-equipment  h2{ text-align:center; }
#plant-equipment h2 span{ color:var(--web-theme-color-blue);}
.company-title{display: -webkit-grid; display: grid; grid-template-columns:repeat(2,auto); justify-content: space-between; margin-top:6rem; }
.company-title h3{ white-space:nowrap;}
.company-title h4{color:var(--web-theme-color-gray);}
.company-line{ width:100%; height:1px; background-color:#e5e5e5; margin-top:1rem;}
#plant-equipment .grid{grid-template-columns:repeat(4,1fr); grid-column-gap:2rem; margin-top:4rem;}
.production-content{ background-color:var(--web-theme-color-white);}
.production-content img{ padding:1.2rem; box-shadow: 0 0 10px rgba(80,80,80,0.5);}
@media screen and (max-width: 1023px) {
.company-title{display: -webkit-grid; display: grid; grid-template-columns:repeat(2,auto); justify-content: space-between; margin-top:4rem; }	
#plant-equipment .grid{grid-template-columns:1fr; margin-top:3rem;}
.company-line{ width:100%;}
#plant-equipment  h4{ display:none;}
}
