.results-section-wrapper {
  background-color: #08443A;
}
.results-section-wrapper .plantations {
  border-radius: 30px;
  padding: 20px;
}
@media only screen and (min-width: 960px) {
  .results-section-wrapper .plantations {
    padding: 60px;
  }
}
.results-section-wrapper .plantations .plantation-card {
  padding: 15px;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
}
@media only screen and (min-width: 960px) {
  .results-section-wrapper .plantations .plantation-card {
    padding: 30px;
  }
}
.results-section-wrapper .plantations .plantation-card .image-wrapper {
  position: relative;
}
.results-section-wrapper .plantations .plantation-card .image-wrapper .image {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.results-section-wrapper .plantations .plantation-card .image-wrapper .years {
  padding: 4px 16px;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}
@media only screen and (min-width: 960px) {
  .results-section-wrapper .plantations .plantation-card .image-wrapper .years {
    top: 25px;
    left: 25px;
  }
}
.results-section-wrapper .plantations .plantation-card .image-wrapper .location {
  padding: 4px 16px;
  border-radius: 20px;
  position: absolute;
  top: 60px;
  left: 20px;
  background-color: #fff;
  color: #08443A;
}
@media only screen and (min-width: 960px) {
  .results-section-wrapper .plantations .plantation-card .image-wrapper .location {
    top: 25px;
    right: 25px;
    left: unset;
  }
}
.results-section-wrapper .plantations .results-box {
  background-color: #fbf2ed;
  padding: 10px 15px;
  width: 100%;
  text-align: center;
  border-radius: 15px;
  display: inline-block;
}
.results-section-wrapper .plantations .results-box .results-value {
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .results-section-wrapper .plantations .results-box .results-value {
    font-size: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .results-section-wrapper .plantations .results-box .results-label {
    font-size: 16px;
  }
}