:root {
  --greenhouse4-white: #fffeff;
  --greenhouse4-forest: #00402a;
  --greenhouse4-green: #00a443;
  --greenhouse4-brown: #615d5a;
  --greenhouse4-border: #d8cfc7;
  --greenhouse4-sand: #fff5ec;
}

#greenhouse4 {
  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(--greenhouse4-border);
  background-color: var(--greenhouse4-white);
}

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

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

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

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

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

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

#greenhouse4 .greenhouse4_title strong {
  font-weight: 600;
}

#greenhouse4 .greenhouse4_text {
    color: var(--greenhouse4-brown) !important;
    font-size: 16px;
    line-height: 1.37;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    margin-bottom: 24px;
}

#greenhouse4 .greenhouse4_content {
    width: 100%;
    margin-bottom: 27px;
}

#greenhouse4 .greenhouse4_media_content {
    width: calc(100% - 80px);
    overflow: hidden;
    overflow-x: auto;
    max-height: 355px;
}

#greenhouse4 .greenhouse4_media_content::-webkit-scrollbar-track {
    height: 16px;
	border-radius: 10px;
	border: none;
    background-color: #D8CFC7;
    box-shadow: none;
}

#greenhouse4 .greenhouse4_media_content::-webkit-scrollbar {
	height: 16px;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

#greenhouse4 .greenhouse4_media_content::-webkit-scrollbar-thumb {
    height: 16px;
	border-radius: 10px;
    box-shadow: none;
    border: none;
	background-color: #B0A9A3;
}

#greenhouse4 .greenhouse4_media {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
}

#greenhouse4 .greenhouse4_media_image {
    width: 589px;
    min-width: 589px;
	margin-top: 5px;
}

#greenhouse4 .greenhouse4_media_amounts {
    width: 80px;
    padding-right: 15px;
	margin-top: -4px;
}

#greenhouse4 .greenhouse4_media_amounts_item {
    color: var(--greenhouse4-brown) !important;
    font-size: 16px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    margin-bottom: 7.5px !important;
}

#greenhouse4 .greenhouse4_media_labels {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    transform-origin: left top;
    transform: rotate(-90deg) translate(-70px, 0px);
    width: 60px;
}

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

#greenhouse4 .greenhouse4_source {
    color: var(--greenhouse4-brown) !important;
    font-size: 12px;
    line-height: 1.28;
    font-style: italic;
    font-weight: 400;
    text-align: left;
}

@media (min-width: 700px) {

    #greenhouse4 {
        padding: 36px 32px;
    }

    #greenhouse4 .greenhouse4_title {
        font-size: 32px;
        line-height: 1.125;
    }

    #greenhouse4 .greenhouse6_source {
        font-size: 14px;
    }

}
