.subpage-bg {
  width: 100%;
  height: 300px;
  background: url("../images/subpagebg.webp");
  background-repeat: no-repeat;
}
.subpage-bg h3 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  line-height: 350px;
  font-size: 35px;
  color: #057c84;
}

.propage .project-info h3 {
  font-size: 30px;
  color: #982e6c;
}
.propage .project-info h3 small {
  font-size: 20px;
  display: block;
  color: #057c84;
}

.greenbox {
  background-color: #057c84;
  padding: 40px 20px;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 60px;
}
.greenbox .icon {
  background-color: #982e6c;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 0px auto;
  position: relative;
  margin-top: -70px;
  margin-bottom: 10px;
  border: 5px solid #fff;
}
.greenbox .icon object {
  width: 40px;
  height: 40px;
  margin-top: 15px;
}/*# sourceMappingURL=custom.css.map */