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

.about-box {
  position: relative;
}
.about-box .about-pic-2 {
  position: absolute;
  top: 70px;
  left: -105px;
}
@media (max-width: 500px) {
  .about-box .about-pic-2 {
    top: 17px;
  }
}

.about-pic-1 img {
  max-width: 200%;
}
@media (max-width: 576px) {
  .about-pic-1 img {
    max-width: 100%;
  }
}

.about-text-1 {
  padding: 120px 0 0 70px;
}
@media (max-width: 576px) {
  .about-text-1 {
    padding: 50px 0px 50px 0px;
  }
}
.about-text-1 .subheading {
  margin-bottom: 10px;
  font-weight: bold;
  color: #ababab;
  text-transform: uppercase;
}
.about-text-1 .heading {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.about-text-1 p {
  line-height: 2rem;
}

.about-text-1{position:relative}
.about-text-1::before {
  content:"";
  width: 1000px;
  height: 650px;
  position:absolute;
  right: -26%;
  top: 58px;
  background: #ededed;
  z-index: -1;
  display: inline-block;
 }
 @media (max-width: 1200px) {
  .about-text-1::before {
   right: 7%;
   width: 100%;
}
}

@media (max-width: 768px) {
  .about-text-1::before {
   right: 7%;
   width: 100%;
   height:400px;
}
}
@media (max-width: 576px) {
  .about-text-1::before {
   right: -1%;
   width: 108%;
   height:400px;
   top: 38px;
}
}