.wrap-aboutus a:hover {
  color: #fabc3d;
}
.wrap-aboutus {
  line-height: 2rem;
}
.wrap-aboutus ul, .wrap-aboutus ol {
  padding-left: 20px;
}

.about-box-1 {
  position: relative;
  background-color: #fff;
  padding: 50px 0 0 0;
}
.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-pic-1 img {
  max-width: 100%;
}
@media (max-width: 576px) {
  .about-pic-1 img {
    max-width: 100%;
  }
}

.about-text-1 {
  padding: 30px 0 0 0px;
}
@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;
}
.about-text-1 p {
  line-height: 2rem;
}

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

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