
.icon-block {
  padding: 0 15px;
  padding: 20px;
  cursor: pointer;
}

.icon-block .material-icons {
	font-size: inherit;
}

.kfc-icon {
  border-radius: 10%;
}

.kfc-icon :hover {
  background-color:#D2E4EE;
  border-radius: 10%;

}

.delay_0_5 {
  --animate-duration: 0.5s;
}

.delay_0_8 {
  --animate-duration: 0.8s;
}

.delay_1 {
  --animate-duration: 1s;
}

.delay_1_3 {
  --animate-duration: 1.3s;
}

.delay_1_7 {
  --animate-duration: 1.7s;
}

.delay_2 {
  --animate-duration: 2s;
}

.delay_2_3 {
  --animate-duration: 2.3s;
}

.delay_2_7 {
  --animate-duration: 2.7s;
}

.delay_3 {
  --animate-duration: 3s;
}

.delay_3_3 {
  --animate-duration: 3.3s;
}

.delay_3_7 {
  --animate-duration: 3.7s;
}

.delay_4 {
  --animate-duration: 4s;
}