.feat-row {
  width: 100%;
}

.feat-row h1 {
  margin-bottom: 24px;
  line-height: 1.1em;
}
.feat-row p {
  font-weight: 300;
  margin-bottom: 8px;
  /* margin-top: 20px; */
}
.feat-row-y {
  background-color: #fbc12daa;
  /* padding-top: 50px; */
}
.feat-row-y:first-child {
  padding-top: 100px;
}
.feat-row-w {
  background-color: #ffffff;
}
.feat-row-y h1 {
  /* color: #fff; */
  color: #4e342e;
}
.row {
  margin: 0;
}

.feat-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feat-img {
  padding: 80px;
}
.feat-img img {
  max-width: 100%;
}
.feat-row-w .feat-img {
  margin: -100px 0;
}

.feat-row-y .feat-text {
  margin: -100px 0;
}

.feat-row:last-of-type .feat-img {
  margin: -50px 0;
  margin-bottom: 80px;
}

.triangle {
  border-left: 1000px solid transparent;
  height: 0;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.triangle-b {
  border-top: 150px solid #fbc12daa;
}

.triangle-t {
  border-bottom: 150px solid #fbc12daa;
}
