.fact-box__question{padding:2.4rem;}
.fact-box__question .question-text .alert-circle::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(~/media/Images/D/drinkiq/Universal/icons/alert-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
  margin-right: 12px;
}
.fact-box .fact-box__details p:last-child{
	margin-bottom:0px;  
}

@media only screen and (min-width: 992px) {

}
/*module featured content*/
.pilot .featured-content .featured-content__link a[data-linktype="external"]:after
{
    content: "\e910";
    position:absolute;
    margin-left:8px;
    height:100%;
    font-family:icomoon;
    

}


