.hero-image {
  height: 100vh;
  width: 100%;
}

#second-section {
  width: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1802' height='1802' viewBox='0 0 200 200'%3E%3Cpolygon fill='%2346a837' points='100 0 0 100 100 100 100 200 200 100 200 0'/%3E%3C/svg%3E"), #ffffff;
  background-size: cover, auto;
  margin-top: 0px;
}

#hero {
  background: url("../../assets/img/heroImage.jpg") bottom / cover no-repeat, #46a837;
  height: 50vh;
}

#hero {
}

#about-p {
  margin-top: 59px;
  font-size: 34px;
  padding-right: auto;
  padding-left: auto;
  border-radius: 25px;
  background: rgba(70,168,55,0.72);
  margin-right: auto;
  margin-left: auto;
  color: rgb(255,255,255);
  border: 4px solid rgb(113,116,118);
  padding-top: 0px;
  max-width: 1000px;
  border-top-left-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 30px;
}

@media (max-width: 300px) {
  #about-p {
    color: red;
    font-size: 22px;
  }
}

