.roots_section {
  margin-top: 5em; }

.feature_section,
.sect_section {
  margin-top: 2.5em;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .feature_section,
    .sect_section {
      flex-direction: column-reverse; } }
  .feature_section > div:first-child,
  .sect_section > div:first-child {
    width: 30%;
    padding-right: 40px; }
    @media only screen and (max-width: 767px) {
      .feature_section > div:first-child,
      .sect_section > div:first-child {
        width: auto;
        padding-right: 0; } }
  .feature_section > div:last-child,
  .sect_section > div:last-child {
    width: 70%; }
    @media only screen and (max-width: 767px) {
      .feature_section > div:last-child,
      .sect_section > div:last-child {
        width: auto; } }

.sect_section {
  flex-direction: row-reverse;
  padding: 30px;
  background: #f9fcf6;
  border-radius: 15px;
  border: 1px solid #d4ebbd; }
  @media only screen and (max-width: 767px) {
    .sect_section {
      flex-direction: column-reverse;
      padding: 15px; } }
  .sect_section > div:first-child {
    padding-right: 0;
    width: 40%;
    margin-top: 3em; }
    @media only screen and (max-width: 767px) {
      .sect_section > div:first-child {
        width: auto;
        margin-top: 1em; } }
  .sect_section > div:last-child {
    padding-right: 40px;
    width: 60%; }
    @media only screen and (max-width: 767px) {
      .sect_section > div:last-child {
        padding-right: 0;
        width: auto; } }

.mitsuba_pic_column {
  display: flex;
  justify-content: center; }
  .mitsuba_pic_column > div {
    padding: 15px; }
    @media only screen and (max-width: 767px) {
      .mitsuba_pic_column > div {
        padding: 10px; } }
    .mitsuba_pic_column > div img {
      height: 300px;
      width: auto; }
      @media only screen and (max-width: 767px) {
        .mitsuba_pic_column > div img {
          height: auto;
          width: auto;
          box-sizing: border-box; } }

img.h4_icon {
  vertical-align: middle;
  margin: -1ex 1ex -1ex 0;
  height: 2.8em; }

/*# sourceMappingURL=vegetable.css.map */
