/* Scss Document */
.second-Section .inner {
  padding-top: 5rem;
  padding-bottom: 12.5rem;
}

@media only screen and (min-width: 48em) {
  .second-Section {
    background: #CAEC87;
    padding-bottom: 7.5rem;
  }
  .second-Section .inner {
    background: #fff;
    width: 59rem;
    padding-top: 5rem;
    padding-bottom: 6rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    border-radius: 2rem;
  }
}/*# sourceMappingURL=second.css.map */