section {
  margin: 70px 0 5%;
}

.section-regulations {
  padding-top: 14%;
}
.section-regulations .title {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.section-regulations h2 {
  color: #A79C8D;
  border-bottom: 4px solid #A6AB8F;
  display: inline-block;
  width: 70%;
  padding: 0 0 2% 14%;
  margin-bottom: 3%;
  position: relative;
}
.section-regulations h2:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 60px;
  background: url("../img/leaf5.png") top right/cover;
  top: -60%;
  right: -8%;
}
.section-regulations h4 {
  color: #A6AB8F;
  padding-left: 14%;
}
.section-regulations p {
  margin-top: 10%;
}

.section-regenerative-regulations {
  margin-bottom: 16%;
}
.section-regenerative-regulations article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10%;
}
.section-regenerative-regulations article:nth-child(3) {
  padding-bottom: 0;
}
.section-regenerative-regulations article:nth-child(3) h4:after {
  display: none;
}
.section-regenerative-regulations h4 {
  position: relative;
  background: #847767;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 13.5%;
  text-align: center;
}
.section-regenerative-regulations h4:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 35%;
  background: #847767;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.section-regenerative-regulations p {
  width: 80%;
  margin-bottom: 0;
}

@media (min-width: 500px) and (max-width: 699px) {
  .section-regenerative-regulations h4 {
    width: 20%;
  }
  .section-regenerative-regulations h4:after {
    height: 165%;
    bottom: -75px;
  }
  .section-regenerative-regulations p {
    width: 70%;
  }
}
@media (min-width: 700px) {
  .section-regenerative-regulations article {
    padding-bottom: 5%;
  }
  .section-regenerative-regulations h3 {
    padding: 5px 10px;
  }
}
@media (min-width: 700px) and (max-width: 1042px) {
  .section-regulations .title {
    width: 34%;
  }
  .section-regulations h2 {
    padding: 0 0 2% 16%;
  }
  .section-regulations h2:after {
    width: 26px;
    height: 70px;
    top: -40%;
  }
  .section-regulations h4 {
    padding-left: 16%;
  }
  .section-regulations p {
    margin: 8% 0 0 auto;
    width: 75%;
  }
  .section-regenerative-regulations {
    margin: 12% 0;
  }
  .section-regenerative-regulations h4 {
    width: 18%;
  }
  .section-regenerative-regulations h4:after {
    height: 120%;
    bottom: -50px;
  }
  .section-regenerative-regulations p {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .section-regulations {
    padding-top: 8%;
  }
  .section-regulations .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .section-regulations .title {
    width: 20%;
  }
  .section-regulations h2 {
    width: 75%;
    padding: 0 0 2% 0;
  }
  .section-regulations h2:after {
    width: 35px;
    height: 90px;
    right: -8%;
    top: -63%;
  }
  .section-regulations h4 {
    padding-left: 0;
  }
  .section-regulations p {
    margin: 14% 0 0 auto;
    width: 78%;
  }
  .section-regenerative-regulations {
    margin: 8% 0;
  }
  .section-regenerative-regulations h4 {
    width: 13%;
  }
  .section-regenerative-regulations h4:after {
    height: 70px;
    bottom: -70px;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  .section-regulations {
    padding-top: 12%;
    margin-bottom: 12%;
  }
  .section-regulations .title {
    width: 24%;
  }
  .section-regenerative-regulations {
    margin-bottom: 10%;
  }
}/*# sourceMappingURL=regulations.css.map */