.animated_pyramid {
  position: relative;
  height: 450px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.animated_pyramid div {
  position: absolute;
  top: 0;
  /* line-height: 100px; */
  /* font-size: 0.8em; */
  text-align: center;
  background: #211E1F;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  transition: all ease 0.6s;
  color: #211E1F;
}
.animated_pyramid div img{
	width: 100%;
	height: 80px;
}

.animated_pyramid .one {
  z-index: 1;
}

  .animated_pyramid div {
    color: white;
  }

.animated_pyramid .two {
  top: 85px;
  background: #53AC58;
}

.animated_pyramid .three {
  top: 170px;
  background: #73295E;
}

.animated_pyramid .four {
  top: 255px;
  background: #808F9F;
}

.animated_pyramid .five {
  top: 340px;

  background: #F1F1F2;
}
