.section.past-projects-links {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1dee5;
}

.past-projects-links .link-tree {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
}

.past-projects-links .past-projects-links__frame {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.past-projects-links .testimonials__heading,
.past-projects-links .link-tree__heading {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
  color: #230623;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
}

.past-projects-links .link-tree__intro {
  max-width: 560px;
  margin: 0 auto 36px;
  color: #230623;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}

.past-projects-links .link-tree__section-heading {
  margin: 8px 0 18px;
  color: #5b4264;
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
}

.past-projects-links .link-tree__list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.past-projects-links .link-tree__list + .link-tree__list,
.past-projects-links .link-tree__section-heading {
  margin-top: 28px;
}

.past-projects-links .link-tree__item {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 14px;
  padding: 16px 18px;
  border: 2px solid #fdfbf6;
  background-color: transparent;
  color: #230623;
  text-decoration: none;
}

.past-projects-links .link-tree__item:hover,
.past-projects-links .link-tree__item:focus {
  background-color: #fdfbf6;
  color: #230623;
}

.past-projects-links .link-tree__item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.past-projects-links .link-tree__item-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56px;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  max-width: 56px;
  max-height: 56px;
  margin-right: 16px;
  overflow: hidden;
  background-color: #5b4264;
}

.past-projects-links .link-tree__item-icon-wrap img,
.past-projects-links img.link-tree__item-icon {
  display: block;
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: contain;
}

.past-projects-links .link-tree__item-text {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.past-projects-links .link-tree__item-label {
  display: block;
  font-family: "Playfair Display", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  color: inherit;
}

.past-projects-links .link-tree__item-note {
  display: block;
  margin-top: 4px;
  color: #5b4264;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .section.past-projects-links {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .past-projects-links .testimonials__heading,
  .past-projects-links .link-tree__heading {
    font-size: 30px;
  }

  .past-projects-links .link-tree__item-label {
    font-size: 18px;
  }
}
