.wrap-aboutus a:hover {
  color: #fabc3d;
}

.about-box-1 {
  position: relative;
  background-color: #fff;
}
.about-box-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 95%;
  z-index: -7;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
}
.about_cpy {color: #0b11ca;}
.about-pic-1 img {
  max-width: 200%;
}
.about-text-1 {
  padding: 100px 0 0 70px;
}
.about-text-1 .subheading {
  margin-bottom: 10px;
  font-weight: bold;
  color: #ababab;
  text-transform: uppercase;
}
.about-text-1 p {
  line-height: 2rem;
}
.about-box-2 {margin-top: 120px;}
.about-text-2 {
  padding: 0px 0 0 50px;
}
.about-text-2 .subheading {
  margin-bottom: 10px;
  font-weight: bold;
  color: #ababab;
  text-transform: uppercase;
}
.heading {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.about-text-2 p {
  line-height: 2rem;
}
.about-text-2 .about_inntxt {
  line-height: 2rem;
}
.about-pic-1{text-align: center;}
.about-pic-2{text-align: center;}
.about_inntxt > div:not(:last-child){margin-bottom: 10px;}
.about-pic-2 img {
  max-width: 200%;
}
.section_tech {margin-top: 120px;}
.tech_patent {padding-top: 25px;}
.tech_patent > div > div{margin-bottom: 5px;font-size: 18px;}
.tech_table {border: 1px solid #ccc;width: 100%;}
.tech_table th{font-weight: 600;padding: 5px;text-align: center;border: 1px solid #fff; background-color: #fabc3d;}
.tech_table td{font-weight: 400;padding: 5px;text-align: center;border: 1px solid #ccc;}
.tech_img {text-align: center;}
.tech_img_txt{text-align: center;font-size: 18px;}
@media only screen and (max-width:992px){
	.about-text-1{padding: 100px 0 0 0;}
	.about-text-2{padding: 100px 0 0 0;}
	.about-box-2{flex-direction: column-reverse;margin-top: 100px;}
	.section_tech{margin-top: 80px;}
}
@media (max-width: 576px) {
  .about-pic-2 img {
    max-width: 100%;
  }
	.about-text-1 {
    padding: 50px 0px 50px 0px;
  }
	.about-pic-1 img {
    max-width: 100%;
  }
	.about-box-2{margin-top: 50px;}
	.about-text-2{padding: 50px 0 0 0;}
	.heading{font-size: 1.8rem;}
}
