@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
  .feat-row-w .feat-img {
    margin: -10px 0;
  }

  .feat-row-y .feat-text {
    margin: 0;
    margin-top: 10px;
  }
  .feat-row h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 600px) {
  .triangle-b {
    border-top: 80px solid #fbc02daa;
  }

  .triangle-t {
    border-bottom: 80px solid #fbc02daa;
  }
}
