#homepage .indepth article footer p a,#homepage .indepth-highlight article footer p a{
  color: #11779b;
  display: flex;
}
#homepage .indepth-highlight article footer p i,#homepage .indepth article footer p i{
  float: left;
  padding-right: 5px;
  color: #11779b;
  margin-top: 4px;
}
@media (max-width:767px){
  #homepage .indepth article footer p a,#homepage .indepth-highlight article footer p a{
    font-size: 24px;
    line-height: 28px;
  }
}

#homepage .about-panel > p > a:hover{
	text-decoration: underline!important;
}