ul li{
    list-style: none;
    position: relative;

}
ul li img{
    position: absolute;
    left: -28px;
    top: 4px;
    width: 15px;
    height: 17px;
}



.orange-row .text-animation{
    color: #E66B00;
}
.orange-row .text-animation:before{
    border-bottom-color: #E66B00;
    border-bottom-width: 2px;
    width: 110%;
    animation-name: homeTextAnimation;
}
@keyframes homeTextAnimation {
	0%{
		width: 0%;
	}
	100%{
		width: 110%;
	}
}

/*.orange-row .paragraph{
    min-height: 200px;
}*/
/*.orange-row .question{
    min-height: 100px; 
}*/

@media (max-width: 991px){
    .orange-row .paragraph{
        min-height: 130px;
    }
    .orange-row .question{
        min-height: 50px; 
    }
}
@media (max-width: 767px){
    .orange-row .paragraph{
        min-height: auto;
    }
    .orange-row .question{
        min-height: auto; 
    }
}


.grey-section .bg-move{
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translate(-50% , -50%);
    z-index: -1;
}



.moveRight{
    animation-name: moveORight;
    animation-duration: 5s;
    animation-fill-mode: forwards;
  
  }


  
  
  @keyframes moveORight {
    0%{
      left: 35%;
    }

    50%{
        left: 60%;
    }
  
    100%{
      left: 48%;
    }
    
  }

  @media (min-width: 992px) and (max-width: 1201px){
    .orange-row .paragraph{
        min-height: 100px;
    }
    .orange-row .question {
        min-height: 40px;
    }
  }