.view-rows {
  padding; 0 10px;
}
.views-row {
  background: #f6f8ed;
  margin-bottom: 30px;
}
@media screen and (max-width: 60em) {
  .views-row {
    display: block;
  }
  .views-col {
    width: 90%!important;
    margin: 0 auto 30px;
    overflow: auto;
  }
}
@media screen and (min-width: 60.0625em) {
  .view-rows {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding; 0 30px;
  }
}
.field {
  padding: 0 10px;
  margin: 0;
}
@media screen and (min-width: 30.0625em) {
  .field {
    padding: 0 30px;
  }
}
.views-field.image .field-content {
  position: relative;
  text-align: center;
}
.views-field.image .image-main img {
  width: 100%;
  height: auto;
}
.views-field.image .image-demo {
  position: absolute;
  top: 36px;
}
.views-field.image .image-demo img {
  webkit-transform:rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
@media screen and (min-width: 60.0625em) {
  .views-field.image .image-demo img {
    top: 34px;
  }
}
.title,
.views-field-title {
  flex-grow: 1;
}
.title .field-content,
.views-field-title .field-content {
  padding: 40px 12.5%;
  text-align: center;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.title a,
.views-field-title a {
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.2em;
  color: #aac963;
}
.title h4,
.views-field-title h4 {
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (min-width: 60.0625em) {
  .title a,
  .views-field-title a {
    font-size: 1.3em;
    line-height: 1.3em;
  }
}
.title .description,
.views-field-title .description {
  margin: 20px 0;
  font-size: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.treegen-button a {
  display: block;
  width: 66.7%;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  color: #f6f8ed!important;
  font-weight: 600;
}
.treegen-button a:hover {
  opacity: 0.85;
  color: #262729;
}
