:root {
  --greenhouse5-white: #fffeff;
  --greenhouse5-forest: #00402a;
  --greenhouse5-green: #00a443;
  --greenhouse5-brown: #615d5a;
  --greenhouse5-border: #d8cfc7;
  --greenhouse5-sand: #fff5ec;
  --greenhouse5-orange: #FF9C1A;
  --greenhouse5-blue: #0DA9FF;
  --greenhouse5-gray: #B0A9A3;
  --greenhouse5-yellow: #FFCD52;
}

#greenhouse5 {
  width: 100%;
  max-width: 980px;
  padding: 36px 16px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid var(--greenhouse5-border);
  background-color: var(--greenhouse5-white);
}

#greenhouse5 * {
  font-family: "IberPangea" !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#greenhouse5 h2,
#greenhouse5 h3,
#greenhouse5 h4 {
  margin-top: 0 !important;
}

#greenhouse5 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#greenhouse5 ul li:before {
  content: none !important;
  display: none !important;
}

#greenhouse5 img {
  display: block;
  width: 100%;
}

#greenhouse5 .greenhouse5_title {
  color: var(--greenhouse5-green) !important;
  font-size: 30px;
  line-height: 1.13;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}

#greenhouse5 .greenhouse5_title strong {
  font-weight: 600;
}

#greenhouse5 .greenhouse5_text {
    color: var(--greenhouse5-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin-bottom: 36px;
}

#greenhouse5 .greenhouse5_text a {
    color: var(--greenhouse5-brown) !important;
    text-decoration: underline;
}

#greenhouse5 .greenhouse5_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#greenhouse5 .greenhouse5_item {
    border-radius: 15px;
    background: var(--greenhouse5-sand);
    padding: 24px 12px;
}

#greenhouse5 .greenhouse5_item_icon {
    max-width: 56px;
}

#greenhouse5 .greenhouse5_item_title {
    color: var(--greenhouse5-green) !important;
    font-size: 18px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px;
}

#greenhouse5 .greenhouse5_item_text {
    color: var(--greenhouse5-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

@media (min-width: 700px) {

    #greenhouse5 {
        padding: 36px 32px;
    }

    #greenhouse5 .greenhouse5_title {
        font-size: 32px;
        line-height: 1.125;
    }

    #greenhouse5 .greenhouse5_list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 13px;
    }

    #greenhouse5 .greenhouse5_item {
        width: calc(50% - 6.5px);
    }

}
