.funnel-2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  background-color: #fff;
  width: 70%;
  display: inline-block;
}
.funnel-2 li {
    padding: 25px 5px;
    margin: 0;
    background-color: #409ca9;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
  }
li.direct {
    background-color: #163b52;
  }
li.qualify {
    background-color: #76c2e9;
  }
li.book {
    background-color: #353c3f;
  }
  
.funnel-2 div:last-child {
    font-size: 35px;
  }

.funnel-2 li:last-child {
    background-color: #a8bb69;
  }

.funnel-2 li:before, .funnel-2 li:after {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    border-bottom: 207px solid #fff;
  }

.funnel-2 li:before {
    left: 0;
    border-right: 27px solid transparent;
    border-left: 0;
  }

.funnel-2 li:after {
    right: 0;
    border-left: 27px solid transparent;
    border-right: 0;
  }

.funnel-2 li:nth-child(1):before, .funnel-2 li:nth-child(1):after { width: 25px; }
.funnel-2  li:nth-child(2):before, .funnel-2 li:nth-child(2):after { width: 50px; }
.funnel-2  li:nth-child(3):before, .funnel-2 li:nth-child(3):after { width: 75px;}
.funnel-2  li:nth-child(4):before, .funnel-2 li:nth-child(4):after { width: 100px;  }

.funnel-2 p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
    padding: 0 100px;
}


#triangle-down {
    width: 0;
    height: 0;
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-top: 50px solid #a8bb69;
    margin: auto;
    display: block;
    margin-top: -12px;
}

@media screen and (max-width: 1024px) {  
    .funnel-2 {
      width: 80%;
    }
    .funnel-2 li {
        padding: 15px 5px;
    }
    .funnel-2 p {
        font-weight: 300;
        font-size: 16px;
        margin-bottom: 20px;
        color: #ffffff;
        padding: 0 70px;
    }
}
@media screen and (max-width: 991px) { 
#triangle-down {
    width: 0;
    height: 0;
    border-left: 250px solid transparent;
    border-right: 250px solid transparent;
    border-top: 39px solid #a8bb69;
    margin: auto;
    display: block;
    margin-top: -12px;
}
}
@media screen and (max-width: 768px) {  
#triangle-down {
    width: 0;
    height: 0;
    border-left: 180px solid transparent;
    border-right: 180px solid transparent;
    border-top: 50px solid #a8bb69;
    margin: auto;
    display: block;
    margin-top: -12px;
}
}

@media screen and (max-width: 500px) {  
.funnel-2 {
  width: 100%;
}
.funnel-2 div:last-child {
    font-size: 25px;
  }
.funnel-2 li {
    padding: 15px 25px;
}
.funnel-2 li:before {
    left: 0;
    border-right: 12px solid transparent;
    border-left: 0;
}
.funnel-2 li:after {
    right: 0;
    border-left: 12px solid transparent;
    border-right: 0;
  }
.funnel-2 p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
    color: #ffffff;
    padding: 0 20px;
}
.funnel-2 li:nth-child(1):before, .funnel-2 li:nth-child(1):after { width: 10px; }
.funnel-2  li:nth-child(2):before, .funnel-2 li:nth-child(2):after { width: 20px; }
.funnel-2  li:nth-child(3):before, .funnel-2 li:nth-child(3):after { width: 30px;}
.funnel-2  li:nth-child(4):before, .funnel-2 li:nth-child(4):after { width: 40px; }

#triangle-down {
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 25px solid #a8bb69;
    margin: auto;
    display: block;
    margin-top: -12px;
}
}
@media screen and (max-width: 414px) { 
#triangle-down {
    width: 0;
    height: 0;
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
    border-top: 22px solid #a8bb69;
    margin: auto;
    display: block;
    margin-top: -12px;
}
}
@media screen and (max-width: 375px) {  
.funnel-2 {
  width: 100%;
}
.funnel-2 div:last-child {
    font-size: 25px;
  }
.funnel-2 li {
    padding: 15px 25px;
}
.funnel-2 li:before {
    left: 0;
    border-right: 12px solid transparent;
    border-left: 0;
}
.funnel-2 li:after {
    right: 0;
    border-left: 12px solid transparent;
    border-right: 0;
  }
.funnel-2 li:before, .funnel-2 li:after {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    border-bottom: 217px solid #fff;
}

.funnel-2 p {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 5px;
    color: #ffffff;
    padding: 0 20px;
}
.funnel-2 li:nth-child(1):before, .funnel-2 li:nth-child(1):after { width: 10px; }
.funnel-2  li:nth-child(2):before, .funnel-2 li:nth-child(2):after { width: 20px; }
.funnel-2  li:nth-child(3):before, .funnel-2 li:nth-child(3):after { width: 30px;}
.funnel-2  li:nth-child(4):before, .funnel-2 li:nth-child(4):after { width: 40px;  }

#triangle-down {
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 22px solid #a8bb69;
    margin: auto;
    display: block;
    margin-top: -12px;
}
}


@media screen and (max-width: 325px) {  
.funnel-2 li:before, .funnel-2 li:after {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    border-bottom: 296px solid #fff;
}
.funnel-2 div:last-child {
    font-size: 20px;
}
#triangle-down {
    width: 0;
    height: 0;
    border-left: 95px solid transparent;
    border-right: 95px solid transparent;
    border-top: 22px solid #a8bb69;
    margin: auto;
    display: block;
    margin-top: -12px;
}
}