.support__list {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: space-between;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /*flex-direction: @direction;
  flex-wrap: @wrap;*/
  flex-flow: row wrap;
  margin-top: -30px;
  padding-bottom: 30px;
}
.support__list .support__item {
  width: 50%;
  padding-right: 50px;
}
.project__list {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: space-between;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /*flex-direction: @direction;
  flex-wrap: @wrap;*/
  flex-flow: row wrap;
  padding-bottom: 40px;
}
.project__list .project__item {
  width: 100%;
  border-top: 5px solid #f1f1f1;
  padding-top: 50px;
  padding-bottom: 100px;
}
.project__list .project__item:first-of-type {
  border-top: 0;
  margin-top: 0;
}
.project__list .project__item .h4 {
  margin-top: 60px !important;
}
.project__list .project__item:last-of-type {
  padding-bottom: 30px;
}
.project__list .project__item__container {
  margin-top: 50px;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: space-between;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*flex-direction: @direction;
  flex-wrap: @wrap;*/
  flex-flow: row wrap;
}
.project__list .project__item__container .project__item__photo,
.project__list .project__item__container .project__item__info {
  width: 50%;
}
.project__list .project__item__container .project__item__photo img {
  max-width: 100%;
}
.instructions__list {
  margin: 0 -12px;
}
.instructions__list .instructions__item {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  /* -webkit-flex-direction: @direction;
  -webkit-flex-wrap: @wrap;*/
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -ms-flex-pack: space-between;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /*flex-direction: @direction;
  flex-wrap: @wrap;*/
  flex-flow: row wrap;
  margin-bottom: 30px;
}
.instructions__list .instructions__item:last-of-type {
  margin-bottom: 0;
}
.instructions__list .instructions__item > div {
  padding: 0 12px;
}
.instructions__list .instructions__item .instructions__video {
  width: 41.665%;
}
.instructions__list .instructions__item .instructions__video iframe {
  display: block;
  width: 100%;
  height: 270px;
}
.instructions__list .instructions__item .instructions__text {
  width: 58.335%;
  padding-right: 25%;
  color: #777777;
}
.faq__list {
  padding-bottom: 0;
}
.faq__list .faq__item {
  border: 1px solid #DCDCDC;
  padding: 23.5px 20px;
  min-height: 70px;
  margin-top: -1px;
}
.faq__list .faq__item p {
  margin-bottom: 0;
}
.faq__list .faq__item .faq__answer {
  margin: 25px 25px 0;
  color: #777777;
}
.faq__list .faq__item .faq__answer p {
  color: #777777;
}
.faq__list .faq__item.files .faq__title {
  font-weight: 600;
}
.faq__list .faq__item.files .faq__answer__item {
  padding: 10px 0;
  border-bottom: 1px solid #F1F1F1;
}
.faq__list .faq__item.files .faq__answer__item:last-of-type {
  border-bottom: 0;
}
.faq__list .faq__item.files .faq__answer__item a {
  text-decoration: underline;
  color: #586e31;
}
.faq__list .faq__item.files .faq__answer__item a:hover,
.faq__list .faq__item.files .faq__answer__item a:active {
  color: #2d4715;
}
.faq__list .faq__item.files .faq__answer__item .button {
  color: #2d4715;
  text-decoration: none;
  min-width: auto;
  margin-left: 10px;
  text-transform: none;
}
.faq__list .faq__item.files .faq__answer__item .button:hover,
.faq__list .faq__item.files .faq__answer__item .button:active {
  color: #ffffff;
  background-color: #2d4715;
}
@media (max-width: 767px) {
  .support__list {
    margin-top: 15px;
    text-align: center;
  }
  .support__list .support__item {
    width: 100%;
    padding-right: 0;
  }
  .project__list .project__item__container .project__item__photo,
  .project__list .project__item__container .project__item__info {
    width: 100%;
    text-align: center;
  }
  .faq__list .faq__item .faq__title {
    padding-left: 15px;
    padding-right: 52px;
  }
  .faq__list .faq__item .faq__title .question-btn {
    right: 10px !important;
    top: -3.5px !important;
    width: 30px !important;
    height: 30px !important;
  }
  .instructions__list .instructions__item .instructions__video,
  .instructions__list .instructions__item .instructions__text {
    width: 100%;
  }
  .instructions__list .instructions__item .instructions__text {
    text-align: center;
    padding-right: 12px;
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .project__list .project__item__container .project__item__photo {
    width: 45%;
  }
  .project__list .project__item__container .project__item__info {
    width: 55%;
    padding-right: 20px;
    padding-left: 60px;
  }
  .faq__list .faq__item .faq__title {
    padding-left: 15px;
    padding-right: 52px;
  }
  .faq__list .faq__item .faq__title .question-btn {
    right: 10px !important;
  }
  .instructions__list .instructions__item .instructions__video {
    width: 40%;
  }
  .instructions__list .instructions__item .instructions__video iframe {
    height: 180px;
  }
  .instructions__list .instructions__item .instructions__text {
    width: 60%;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .instructions__list .instructions__item .instructions__text {
    padding-right: 40px;
  }
}
