.about-box-1 {
  position: relative;
  background-color: #fff;
}
.about-box-1 > div:nth-of-type(1) { line-height: 0;}
.about-box-1 > div:nth-of-type(1) img { width: 100%;}
.list-type-1 { margin: 0 0 0 25px; line-height: 180%;}
.list-type-1 > li { list-style-type: disc;}
.color-green { color: #59b200;}
.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: 200%;
}

.about-box-2 > div:nth-of-type(2) { padding-top: 50px;}
@media (max-width: 576px) {
  .about-pic-1 img {
    max-width: 100%;
  }
}

.about-text-1 {
  padding: 5% 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; color: #59b200;
}
.about-text-1 p {
  line-height: 1.8rem;
}

.about-text-2 {
  padding: 10% 0 0 50px;
}
@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%;
  }
}